2024-03-11T12:45:40.886 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-11T12:45:40.886 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi --verbose --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907 --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/orig.config.yaml 2024-03-11T12:45:40.924 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T12:45:41.016 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907 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: '7590907' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-03-11_12:07:34-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: smithi090.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBELvZNJvgUW+4vWBD5SK697POp+aNYmTsHYPor+FqqdUBd3P0+wyT8k6vbXUQ0mq4Vh/rD7yr3ULlpu4mbqWlBc= smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP3T6AUhLT911XR8B43c+dG2aozo1SJk49vwY0BjKwJdCrLpXYTNMJ87H/bMIDU4/EzaKLTlLIRe3ww5cWGzl4k= 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_12:07:34 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-11T12:45:41.016 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-11T12:45:41.017 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks 2024-03-11T12:45:41.017 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-11T12:45:41.019 INFO:teuthology.task.internal:Checking packages... 2024-03-11T12:45:41.042 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e1b0c2aac6a095145a28ab2d96914badf5f65354' 2024-03-11T12:45:41.043 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-11T12:45:41.043 INFO:teuthology.packaging:ref: None 2024-03-11T12:45:41.043 INFO:teuthology.packaging:tag: None 2024-03-11T12:45:41.043 INFO:teuthology.packaging:branch: wip-adk3-testing-2024-03-11-0143-reef 2024-03-11T12:45:41.043 INFO:teuthology.packaging:sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:45:41.043 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-11T12:45:41.281 INFO:teuthology.task.internal:Found packages for ceph version 18.2.1-802.ge1b0c2aa 2024-03-11T12:45:41.282 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-11T12:45:41.289 INFO:teuthology.task.internal:no buildpackages task found 2024-03-11T12:45:41.290 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-11T12:45:41.295 INFO:teuthology.task.internal:Saving configuration 2024-03-11T12:45:41.311 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-11T12:45:41.317 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T12:45:41.339 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907', '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 12:40:02.597567', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBELvZNJvgUW+4vWBD5SK697POp+aNYmTsHYPor+FqqdUBd3P0+wyT8k6vbXUQ0mq4Vh/rD7yr3ULlpu4mbqWlBc='} 2024-03-11T12:45:41.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907', '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 12:40:02.599119', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP3T6AUhLT911XR8B43c+dG2aozo1SJk49vwY0BjKwJdCrLpXYTNMJ87H/bMIDU4/EzaKLTlLIRe3ww5cWGzl4k='} 2024-03-11T12:45:41.361 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-11T12:45:41.368 INFO:teuthology.task.internal:roles: ubuntu@smithi090.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-03-11T12:45:41.368 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-03-11T12:45:41.368 INFO:teuthology.run_tasks:Running task console_log... 2024-03-11T12:45:41.429 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0def1ccf70>, signals=[15]) 2024-03-11T12:45:41.430 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-11T12:45:41.436 INFO:teuthology.task.internal:Opening connections... 2024-03-11T12:45:41.436 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T12:45:41.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:45:41.555 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2024-03-11T12:45:41.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:45:41.628 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-11T12:45:41.635 DEBUG:teuthology.orchestra.run.smithi090:> uname -m 2024-03-11T12:45:41.658 INFO:teuthology.orchestra.run.smithi090.stdout:x86_64 2024-03-11T12:45:41.658 DEBUG:teuthology.orchestra.run.smithi090:> cat /etc/os-release 2024-03-11T12:45:41.719 INFO:teuthology.orchestra.run.smithi090.stdout:NAME="CentOS Stream" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION="8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:ID="centos" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:ID_LIKE="rhel fedora" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_ID="8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:PLATFORM_ID="platform:el8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:ANSI_COLOR="0;31" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:HOME_URL="https://centos.org/" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T12:45:41.720 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-11T12:45:41.721 INFO:teuthology.lock.ops:Updating smithi090.front.sepia.ceph.com on lock server 2024-03-11T12:45:41.741 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2024-03-11T12:45:41.764 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2024-03-11T12:45:41.764 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2024-03-11T12:45:41.825 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T12:45:41.826 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-11T12:45:41.827 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2024-03-11T12:45:41.850 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-11T12:45:41.860 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-11T12:45:41.865 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-11T12:45:41.865 DEBUG:teuthology.orchestra.run.smithi090:> test '!' -e /home/ubuntu/cephtest 2024-03-11T12:45:41.868 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2024-03-11T12:45:41.888 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-11T12:45:41.894 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-11T12:45:41.894 DEBUG:teuthology.orchestra.run.smithi090:> test -z $(ls -A /var/lib/ceph) 2024-03-11T12:45:41.929 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2024-03-11T12:45:41.956 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-11T12:45:42.013 INFO:teuthology.run_tasks:Running task kernel... 2024-03-11T12:45:42.028 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-11T12:45:42.028 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-11T12:45:42.028 DEBUG:teuthology.orchestra.run.smithi090:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T12:45:42.029 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T12:45:42.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:45:42.050 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-03-11T12:45:42.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:45:42.051 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-11T12:45:42.112 INFO:teuthology.orchestra.run.smithi090.stdout:4.18.0-489.el8.x86_64 2024-03-11T12:45:42.112 INFO:teuthology.task.kernel:Running kernel on smithi090: 4.18.0-489.el8.x86_64 2024-03-11T12:45:42.113 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum install -y kernel 2024-03-11T12:45:42.115 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-489.el8.x86_64 2024-03-11T12:45:42.115 INFO:teuthology.task.kernel:Running kernel on smithi092: 4.18.0-489.el8.x86_64 2024-03-11T12:45:42.115 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2024-03-11T12:46:01.034 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - AppStream 1.7 MB/s | 28 MB 00:16 2024-03-11T12:46:05.962 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 8 - AppStream 1.4 MB/s | 28 MB 00:20 2024-03-11T12:46:06.742 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-03-11T12:46:08.892 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2024-03-11T12:46:09.259 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras common packages 28 kB/s | 7.2 kB 00:00 2024-03-11T12:46:09.494 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-03-11T12:46:10.703 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-03-11T12:46:11.688 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-03-11T12:46:13.815 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2024-03-11T12:46:14.233 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 7.2 kB 00:00 2024-03-11T12:46:14.461 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 457 kB/s | 24 kB 00:00 2024-03-11T12:46:14.484 INFO:teuthology.orchestra.run.smithi090.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-03-11T12:46:17.491 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-11T12:46:17.491 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-11T12:46:17.603 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-11T12:46:17.603 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:46:17.603 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 4.18.0-544.el8 baseos 10 M 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 4.18.0-544.el8 baseos 44 M 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 4.18.0-544.el8 baseos 36 M 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout:Install 3 Packages 2024-03-11T12:46:17.604 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:17.605 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 90 M 2024-03-11T12:46:17.605 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 97 M 2024-03-11T12:46:17.605 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-11T12:46:18.171 INFO:teuthology.orchestra.run.smithi092.stdout:(1/3): kernel-4.18.0-544.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2024-03-11T12:46:18.763 INFO:teuthology.orchestra.run.smithi092.stdout:(2/3): kernel-modules-4.18.0-544.el8.x86_64.rpm 33 MB/s | 36 MB 00:01 2024-03-11T12:46:19.238 INFO:teuthology.orchestra.run.smithi092.stdout:(3/3): kernel-core-4.18.0-544.el8.x86_64.rpm 27 MB/s | 44 MB 00:01 2024-03-11T12:46:19.238 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:46:19.239 INFO:teuthology.orchestra.run.smithi092.stdout:Total 55 MB/s | 90 MB 00:01 2024-03-11T12:46:19.920 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-11T12:46:20.363 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-11T12:46:20.363 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-11T12:46:21.608 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-11T12:46:21.639 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-11T12:46:24.454 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-11T12:46:24.940 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:46:28.483 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:46:28.881 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:46:32.315 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:46:32.621 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:46:39.596 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 660 kB/s | 16 MB 00:25 2024-03-11T12:46:43.311 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 434 kB/s | 24 kB 00:00 2024-03-11T12:46:46.308 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-11T12:46:46.308 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-11T12:46:46.426 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout: kernel x86_64 4.18.0-544.el8 baseos 10 M 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-core x86_64 4.18.0-544.el8 baseos 44 M 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules x86_64 4.18.0-544.el8 baseos 36 M 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:46:46.427 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout:Install 3 Packages 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 90 M 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 97 M 2024-03-11T12:46:46.428 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-11T12:46:47.185 INFO:teuthology.orchestra.run.smithi090.stdout:(1/3): kernel-4.18.0-544.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2024-03-11T12:46:47.880 INFO:teuthology.orchestra.run.smithi090.stdout:(2/3): kernel-modules-4.18.0-544.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2024-03-11T12:46:48.465 INFO:teuthology.orchestra.run.smithi090.stdout:(3/3): kernel-core-4.18.0-544.el8.x86_64.rpm 24 MB/s | 44 MB 00:01 2024-03-11T12:46:48.465 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:46:48.465 INFO:teuthology.orchestra.run.smithi090.stdout:Total 44 MB/s | 90 MB 00:02 2024-03-11T12:46:49.142 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-11T12:46:49.587 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-11T12:46:49.587 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-11T12:46:50.823 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-11T12:46:50.859 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-11T12:46:53.674 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-11T12:46:54.247 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:46:54.517 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:46:54.541 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:46:55.013 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:46:55.014 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:46:55.014 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:46:55.529 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:46:55.529 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:55.529 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-11T12:46:55.529 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-4.18.0-544.el8.x86_64 kernel-core-4.18.0-544.el8.x86_64 2024-03-11T12:46:55.530 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-4.18.0-544.el8.x86_64 2024-03-11T12:46:55.530 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:55.530 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-11T12:46:55.665 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:46:55.885 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T12:46:55.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T12:46:55.886 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-11T12:46:55.886 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-11T12:46:55.886 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-11T12:46:55.886 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-11T12:46:55.886 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2024-03-11T12:46:55.887 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:46:56.097 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T12:46:56.097 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T12:46:56.097 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.02 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 129.el8 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Group : System Environment/Base 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 9265586 2024-03-11T12:46:56.131 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Relocations : (not relocatable) 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : CentOS BuildSystem 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-11T12:46:56.132 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-11T12:46:56.133 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2024-03-11T12:46:56.133 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:46:56.133 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2024-03-11T12:46:56.134 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-11T12:46:56.134 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 4.18.0-544.el8.x86_64 2024-03-11T12:46:56.134 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-11T12:46:57.534 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2024-03-11T12:46:57.820 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:46:58.247 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:46:59.726 INFO:teuthology.orchestra.run.smithi092.stderr:done 2024-03-11T12:46:59.727 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2024-03-11T12:46:59.762 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.wXtwMJ2zX1 2024-03-11T12:46:59.762 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wXtwMJ2zX1 2024-03-11T12:46:59.850 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.wXtwMJ2zX1 2024-03-11T12:47:00.002 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.wXtwMJ2zX1 is 6KB 2024-03-11T12:47:00.050 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.wXtwMJ2zX1 2024-03-11T12:47:00.068 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2024-03-11T12:47:00.138 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-11T12:47:00.138 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-11T12:47:00.138 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-11T12:47:00.138 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64.conf 2024-03-11T12:47:00.139 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64 2024-03-11T12:47:00.304 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2024-03-11T12:47:01.745 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:47:02.072 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:47:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:47:24.786 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:47:25.140 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:47:25.141 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-4.18.0-544.el8.x86_64 1/3 2024-03-11T12:47:25.141 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-core-4.18.0-544.el8.x86_64 2/3 2024-03-11T12:47:26.157 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T12:47:26.157 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:47:26.157 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-11T12:47:26.157 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-4.18.0-544.el8.x86_64 kernel-core-4.18.0-544.el8.x86_64 2024-03-11T12:47:26.158 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-4.18.0-544.el8.x86_64 2024-03-11T12:47:26.158 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:47:26.158 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-11T12:47:26.313 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:47:26.539 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T12:47:26.540 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T12:47:26.540 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-11T12:47:26.540 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-11T12:47:26.540 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-11T12:47:26.540 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-11T12:47:26.540 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi090.front.sepia.ceph.com, path=None, version=distro) 2024-03-11T12:47:26.541 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:47:26.751 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T12:47:26.751 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T12:47:26.751 DEBUG:teuthology.orchestra.run.smithi090:> sudo rpm -qi grub2-tools 2024-03-11T12:47:26.784 INFO:teuthology.orchestra.run.smithi090.stdout:Name : grub2-tools 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Epoch : 1 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Version : 2.02 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Release : 129.el8 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Architecture: x86_64 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Group : System Environment/Base 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Size : 9265586 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:License : GPLv3+ 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-11T12:47:26.785 INFO:teuthology.orchestra.run.smithi090.stdout:Relocations : (not relocatable) 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:Packager : CentOS BuildSystem 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:Vendor : CentOS 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:Summary : Support tools for GRUB. 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:Description : 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:hardware devices. 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:47:26.786 INFO:teuthology.orchestra.run.smithi090.stdout:This subpackage provides tools for support of all platforms. 2024-03-11T12:47:26.787 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-11T12:47:26.787 INFO:teuthology.task.kernel:Updating grub on smithi090 to boot 4.18.0-544.el8.x86_64 2024-03-11T12:47:26.787 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-11T12:47:28.420 INFO:teuthology.orchestra.run.smithi090.stderr:Generating grub configuration file ... 2024-03-11T12:47:30.306 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-11T12:47:30.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:47:30.308 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:47:31.408 INFO:teuthology.orchestra.run.smithi090.stderr:done 2024-03-11T12:47:31.428 DEBUG:teuthology.orchestra.run.smithi090:> mktemp 2024-03-11T12:47:31.474 INFO:teuthology.orchestra.run.smithi090.stdout:/tmp/tmp.B1ZyOVkRz7 2024-03-11T12:47:31.474 DEBUG:teuthology.orchestra.run.smithi090:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.B1ZyOVkRz7 2024-03-11T12:47:31.525 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0666 /tmp/tmp.B1ZyOVkRz7 2024-03-11T12:47:31.622 DEBUG:teuthology.orchestra.remote:smithi090:/tmp/tmp.B1ZyOVkRz7 is 6KB 2024-03-11T12:47:31.671 DEBUG:teuthology.orchestra.run.smithi090:> rm -fr /tmp/tmp.B1ZyOVkRz7 2024-03-11T12:47:31.688 DEBUG:teuthology.orchestra.run.smithi090:> sudo /bin/ls /boot/loader/entries || true 2024-03-11T12:47:31.757 INFO:teuthology.orchestra.run.smithi090.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-11T12:47:31.757 INFO:teuthology.orchestra.run.smithi090.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-11T12:47:31.757 INFO:teuthology.orchestra.run.smithi090.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-11T12:47:31.757 INFO:teuthology.orchestra.run.smithi090.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64.conf 2024-03-11T12:47:31.758 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64 2024-03-11T12:47:31.941 DEBUG:teuthology.orchestra.run.smithi090:> sudo shutdown -r now 2024-03-11T12:47:48.767 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-11T12:47:57.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:47:57.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:48:00.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-11T12:48:01.945 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-11T12:48:01.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:48:01.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:48:12.842 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:48:12.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:48:31.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-11T12:48:36.638 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-03-11T12:48:45.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:48:45.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:48:46.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:48:46.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:48:47.331 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-11T12:48:48.097 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:48:48.097 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-544.el8.x86_64"... 2024-03-11T12:48:48.097 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-11T12:48:48.115 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-544.el8.x86_64 2024-03-11T12:48:48.115 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-11T12:48:48.115 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-11T12:48:48.115 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-11T12:48:48.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-03-11T12:48:49.116 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-11T12:48:49.116 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T12:48:49.167 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2024-03-11T12:48:49.179 DEBUG:teuthology.parallel:result is None 2024-03-11T12:49:00.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:49:00.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:49:32.691 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-03-11T12:49:33.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:49:33.029 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-544.el8.x86_64"... 2024-03-11T12:49:33.029 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-03-11T12:49:33.046 INFO:teuthology.orchestra.run.smithi090.stdout:4.18.0-544.el8.x86_64 2024-03-11T12:49:33.047 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-11T12:49:33.047 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-11T12:49:33.047 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-11T12:49:34.048 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-11T12:49:34.049 DEBUG:teuthology.orchestra.run.smithi090:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T12:49:34.158 INFO:teuthology.orchestra.run.smithi090.stdout:ttyS1 2024-03-11T12:49:34.176 DEBUG:teuthology.parallel:result is None 2024-03-11T12:49:34.176 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-11T12:49:34.184 INFO:teuthology.task.internal:Creating test directory... 2024-03-11T12:49:34.184 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T12:49:34.186 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T12:49:34.208 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-11T12:49:34.215 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-11T12:49:34.221 INFO:teuthology.task.internal:Creating archive directory... 2024-03-11T12:49:34.221 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T12:49:34.247 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T12:49:34.324 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-11T12:49:34.332 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-11T12:49:34.333 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T12:49:34.335 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T12:49:34.371 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:49:34.383 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:49:34.499 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:49:34.509 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:49:34.511 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-11T12:49:34.518 INFO:teuthology.task.internal:Configuring sudo... 2024-03-11T12:49:34.518 DEBUG:teuthology.orchestra.run.smithi090:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T12:49:34.520 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T12:49:34.554 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-11T12:49:34.563 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-11T12:49:34.563 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T12:49:34.591 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T12:49:34.615 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:49:34.703 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:49:34.776 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:49:34.816 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:49:34.863 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:49:34.863 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T12:49:34.930 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:49:34.977 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:49:35.040 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:49:35.086 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:49:35.136 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:49:35.136 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T12:49:35.209 DEBUG:teuthology.orchestra.run.smithi090:> sudo service rsyslog restart 2024-03-11T12:49:35.234 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2024-03-11T12:49:35.320 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:49:35.521 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:49:35.698 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-11T12:49:35.705 INFO:teuthology.task.internal:Starting timer... 2024-03-11T12:49:35.705 INFO:teuthology.run_tasks:Running task pcp... 2024-03-11T12:49:35.714 INFO:teuthology.run_tasks:Running task selinux... 2024-03-11T12:49:35.722 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-11T12:49:35.722 DEBUG:teuthology.orchestra.run.smithi090:> sudo service auditd rotate 2024-03-11T12:49:36.591 INFO:teuthology.orchestra.run.smithi090.stdout:Rotating logs: 2024-03-11T12:49:36.613 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2024-03-11T12:49:36.668 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2024-03-11T12:49:36.669 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-11T12:49:36.669 DEBUG:teuthology.orchestra.run.smithi090:> /usr/sbin/getenforce 2024-03-11T12:49:36.920 INFO:teuthology.orchestra.run.smithi090.stdout:Permissive 2024-03-11T12:49:36.920 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2024-03-11T12:49:36.949 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2024-03-11T12:49:36.949 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi090.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi092.front.sepia.ceph.com': 'permissive'} 2024-03-11T12:49:36.950 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T12:49:36.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:49:36.977 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T12:49:37.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:49:37.017 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-11T12:49:37.017 DEBUG:teuthology.orchestra.run.smithi090:> sudo /usr/sbin/setenforce permissive 2024-03-11T12:49:37.043 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2024-03-11T12:49:37.088 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-11T12:49:37.099 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-11T12:49:37.117 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-11T12:49:37.122 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi090.front.sepia.ceph.com,smithi092.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-11T12:55:34.095 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi090.front.sepia.ceph.com'), Remote(name='ubuntu@smithi092.front.sepia.ceph.com')] 2024-03-11T12:55:34.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:55:34.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:55:34.175 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-03-11T12:55:34.249 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-11T12:55:34.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:55:34.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:55:34.323 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-11T12:55:34.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-11T12:55:34.392 INFO:teuthology.run_tasks:Running task clock... 2024-03-11T12:55:34.403 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-11T12:55:34.404 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T12:55:34.404 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T12:55:34.406 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T12:55:34.407 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T12:55:34.436 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T12:55:34.449 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T12:55:34.463 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T12:55:34.477 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T12:55:34.516 INFO:teuthology.orchestra.run.smithi090.stderr:sudo: ntpd: command not found 2024-03-11T12:55:34.526 INFO:teuthology.orchestra.run.smithi090.stdout:506 Cannot talk to daemon 2024-03-11T12:55:34.540 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T12:55:34.551 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2024-03-11T12:55:34.552 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T12:55:34.561 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2024-03-11T12:55:34.575 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T12:55:34.588 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T12:55:34.626 INFO:teuthology.orchestra.run.smithi090.stderr:bash: ntpq: command not found 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.631 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.648 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.651 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:55:34.652 INFO:teuthology.run_tasks:Running task pexec... 2024-03-11T12:55:34.662 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-11T12:55:34.663 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T12:55:34.663 DEBUG:teuthology.orchestra.run.smithi090:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T12:55:34.664 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi092.front.sepia.ceph.com 2024-03-11T12:55:34.664 DEBUG:teuthology.orchestra.run.smithi092:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T12:55:35.449 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:30 ago on Mon 11 Mar 2024 12:54:05 PM UTC. 2024-03-11T12:55:35.476 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:34 ago on Mon 11 Mar 2024 12:54:01 PM UTC. 2024-03-11T12:55:37.522 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout:Resetting modules: 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout: container-tools 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:37.523 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:37.536 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout:Resetting modules: 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-11T12:55:37.537 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:37.538 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:37.778 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-11T12:55:37.794 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-11T12:55:38.629 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:37 ago on Mon 11 Mar 2024 12:54:01 PM UTC. 2024-03-11T12:55:38.657 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:33 ago on Mon 11 Mar 2024 12:54:05 PM UTC. 2024-03-11T12:55:40.698 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-11T12:55:40.713 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout:Installing group/module packages: 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-11T12:55:40.734 INFO:teuthology.orchestra.run.smithi090.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout:Installing weak dependencies: 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-11T12:55:40.735 INFO:teuthology.orchestra.run.smithi090.stdout:Installing module profiles: 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout: container-tools/common 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling module streams: 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout: container-tools rhel8 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout:Install 13 Packages 2024-03-11T12:55:40.736 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:40.737 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 27 M 2024-03-11T12:55:40.737 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 91 M 2024-03-11T12:55:40.737 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout:Installing group/module packages: 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-11T12:55:40.749 INFO:teuthology.orchestra.run.smithi092.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout:Installing weak dependencies: 2024-03-11T12:55:40.750 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout:Installing module profiles: 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools/common 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling module streams: 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools rhel8 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout:Install 13 Packages 2024-03-11T12:55:40.751 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:40.752 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 27 M 2024-03-11T12:55:40.752 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 91 M 2024-03-11T12:55:40.752 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-11T12:55:41.055 INFO:teuthology.orchestra.run.smithi092.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.6 MB/s | 689 kB 00:00 2024-03-11T12:55:41.114 INFO:teuthology.orchestra.run.smithi092.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.1 MB/s | 1.0 MB 00:00 2024-03-11T12:55:41.125 INFO:teuthology.orchestra.run.smithi090.stdout:(1/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.9 MB/s | 1.0 MB 00:00 2024-03-11T12:55:41.139 INFO:teuthology.orchestra.run.smithi092.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 452 kB/s | 38 kB 00:00 2024-03-11T12:55:41.183 INFO:teuthology.orchestra.run.smithi090.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 649 kB/s | 38 kB 00:00 2024-03-11T12:55:41.377 INFO:teuthology.orchestra.run.smithi090.stdout:(3/13): cockpit-podman-84.1-1.module_el8+977+8a 1.1 MB/s | 689 kB 00:00 2024-03-11T12:55:41.498 INFO:teuthology.orchestra.run.smithi092.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 672 kB/s | 258 kB 00:00 2024-03-11T12:55:41.585 INFO:teuthology.orchestra.run.smithi090.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 642 kB/s | 258 kB 00:00 2024-03-11T12:55:41.589 INFO:teuthology.orchestra.run.smithi092.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.9 MB/s | 180 kB 00:00 2024-03-11T12:55:41.648 INFO:teuthology.orchestra.run.smithi092.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2024-03-11T12:55:41.669 INFO:teuthology.orchestra.run.smithi090.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.1 MB/s | 180 kB 00:00 2024-03-11T12:55:41.715 INFO:teuthology.orchestra.run.smithi092.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-03-11T12:55:41.719 INFO:teuthology.orchestra.run.smithi090.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 495 kB/s | 25 kB 00:00 2024-03-11T12:55:41.778 INFO:teuthology.orchestra.run.smithi090.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-03-11T12:55:42.462 INFO:teuthology.orchestra.run.smithi090.stdout:(8/13): buildah-1.33.6-2.module_el8+976+1136073 5.7 MB/s | 9.6 MB 00:01 2024-03-11T12:55:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 3.3 MB/s | 4.1 MB 00:01 2024-03-11T12:55:42.696 INFO:teuthology.orchestra.run.smithi090.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 904 kB/s | 53 kB 00:00 2024-03-11T12:55:42.740 INFO:teuthology.orchestra.run.smithi092.stdout:(8/13): skopeo-1.14.3-0.1.module_el8+885+7da147 8.6 MB/s | 8.8 MB 00:01 2024-03-11T12:55:42.746 INFO:teuthology.orchestra.run.smithi090.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 819 kB/s | 41 kB 00:00 2024-03-11T12:55:43.010 INFO:teuthology.orchestra.run.smithi090.stdout:(12/13): skopeo-1.14.3-0.1.module_el8+885+7da14 7.1 MB/s | 8.8 MB 00:01 2024-03-11T12:55:43.289 INFO:teuthology.orchestra.run.smithi090.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 3.1 MB/s | 2.5 MB 00:00 2024-03-11T12:55:43.290 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:55:43.290 INFO:teuthology.orchestra.run.smithi090.stdout:Total 11 MB/s | 27 MB 00:02 2024-03-11T12:55:43.562 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-11T12:55:43.583 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-11T12:55:43.583 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-11T12:55:43.824 INFO:teuthology.orchestra.run.smithi092.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 1.5 MB/s | 4.1 MB 00:02 2024-03-11T12:55:43.844 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-11T12:55:43.847 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-11T12:55:43.882 INFO:teuthology.orchestra.run.smithi092.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 906 kB/s | 53 kB 00:00 2024-03-11T12:55:43.933 INFO:teuthology.orchestra.run.smithi092.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 818 kB/s | 41 kB 00:00 2024-03-11T12:55:44.075 INFO:teuthology.orchestra.run.smithi092.stdout:(12/13): buildah-1.33.6-2.module_el8+976+113607 2.9 MB/s | 9.6 MB 00:03 2024-03-11T12:55:44.550 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-11T12:55:45.074 INFO:teuthology.orchestra.run.smithi092.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 1.1 MB/s | 2.5 MB 00:02 2024-03-11T12:55:45.075 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:55:45.075 INFO:teuthology.orchestra.run.smithi092.stdout:Total 6.3 MB/s | 27 MB 00:04 2024-03-11T12:55:45.344 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-11T12:55:45.365 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-11T12:55:45.366 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-11T12:55:45.574 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-11T12:55:45.621 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-11T12:55:45.624 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-11T12:55:45.788 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-11T12:55:45.950 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-11T12:55:46.163 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-11T12:55:46.287 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-11T12:55:46.377 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-11T12:55:46.984 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-11T12:55:47.254 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-11T12:55:47.451 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-11T12:55:47.629 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-11T12:55:47.842 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-11T12:55:47.960 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-11T12:55:48.072 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-11T12:55:48.228 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-11T12:55:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-11T12:55:48.639 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-11T12:55:49.023 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-11T12:55:49.213 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T12:55:49.416 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T12:55:49.599 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T12:55:49.610 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-11T12:55:49.878 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-11T12:55:50.027 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-11T12:55:50.028 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T12:55:50.028 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T12:55:50.089 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-11T12:55:50.528 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-11T12:55:50.534 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-11T12:55:50.534 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:50.534 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-11T12:55:50.534 INFO:teuthology.orchestra.run.smithi090.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:55:50.535 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-11T12:55:50.702 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T12:55:50.815 DEBUG:teuthology.parallel:result is None 2024-03-11T12:55:50.907 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T12:55:51.086 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T12:55:51.522 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T12:55:51.523 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T12:55:52.030 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-11T12:55:52.030 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T12:55:52.031 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:55:52.032 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-11T12:55:52.928 DEBUG:teuthology.parallel:result is None 2024-03-11T12:55:52.928 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-11T12:55:53.013 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-11T12:55:53.013 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-03-11T12:55:53.013 INFO:tasks.cephadm:Cluster fsid is b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:55:53.013 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-11T12:55:53.013 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-11T12:55:53.014 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi090': '172.21.15.90', 'mon.smithi092': '172.21.15.92'} 2024-03-11T12:55:53.014 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-11T12:55:53.014 DEBUG:teuthology.orchestra.run.smithi090:> sudo hostname $(hostname -s) 2024-03-11T12:55:53.048 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2024-03-11T12:55:53.075 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-03-11T12:55:53.076 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T12:55:53.472 INFO:teuthology.orchestra.run.smithi090.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Mar 11 12:55 /home/ubuntu/cephtest/cephadm 2024-03-11T12:55:53.472 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T12:55:53.718 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Mar 11 12:55 /home/ubuntu/cephtest/cephadm 2024-03-11T12:55:53.719 DEBUG:teuthology.orchestra.run.smithi090:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T12:55:53.742 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T12:55:53.770 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-03-11T12:55:53.770 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-03-11T12:55:53.784 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-03-11T12:55:55.415 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T12:55:56.046 INFO:teuthology.orchestra.run.smithi090.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T12:56:12.127 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: "repo_digests": [ 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout: ] 2024-03-11T12:56:12.128 INFO:teuthology.orchestra.run.smithi092.stdout:} 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: "repo_digests": [ 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-03-11T12:56:15.373 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T12:56:15.392 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /etc/ceph 2024-03-11T12:56:15.422 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2024-03-11T12:56:15.458 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 777 /etc/ceph 2024-03-11T12:56:15.488 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2024-03-11T12:56:15.528 INFO:tasks.cephadm:Writing seed config... 2024-03-11T12:56:15.529 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-11T12:56:15.529 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-11T12:56:15.529 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-11T12:56:15.530 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-11T12:56:15.530 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-11T12:56:15.530 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-11T12:56:15.530 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-11T12:56:15.530 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-03-11T12:56:15.530 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:56:15.531 DEBUG:teuthology.orchestra.run.smithi090:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-11T12:56:15.548 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 = b1792570-dfa6-11ee-95c7-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-11T12:56:15.548 DEBUG:teuthology.orchestra.run.smithi090:mon.smithi090> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service 2024-03-11T12:56:15.590 INFO:tasks.cephadm:Bootstrapping... 2024-03-11T12:56:15.591 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid b1792570-dfa6-11ee-95c7-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.90 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-11T12:56:15.616 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:-- Logs begin at Mon 2024-03-11 12:49:10 UTC. -- 2024-03-11T12:56:15.780 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T12:56:15.801 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: 4.9.4-dev 2024-03-11T12:56:15.816 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying podman|docker is present... 2024-03-11T12:56:15.816 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T12:56:15.835 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: 4.9.4-dev 2024-03-11T12:56:15.846 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying lvm2 is present... 2024-03-11T12:56:15.846 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying time synchronization is in place... 2024-03-11T12:56:15.846 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled chrony.service 2024-03-11T12:56:15.852 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-11T12:56:15.852 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active chrony.service 2024-03-11T12:56:15.857 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:56:15.858 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled chronyd.service 2024-03-11T12:56:15.863 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: enabled 2024-03-11T12:56:15.863 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active chronyd.service 2024-03-11T12:56:15.869 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: active 2024-03-11T12:56:15.869 INFO:teuthology.orchestra.run.smithi090.stderr:Unit chronyd.service is enabled and running 2024-03-11T12:56:15.869 INFO:teuthology.orchestra.run.smithi090.stderr:Repeating the final host check... 2024-03-11T12:56:15.869 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T12:56:15.888 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: 4.9.4-dev 2024-03-11T12:56:15.905 INFO:teuthology.orchestra.run.smithi090.stderr:podman|docker (/bin/podman) is present 2024-03-11T12:56:15.905 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl is present 2024-03-11T12:56:15.905 INFO:teuthology.orchestra.run.smithi090.stderr:lvcreate is present 2024-03-11T12:56:15.905 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled chrony.service 2024-03-11T12:56:15.910 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-11T12:56:15.910 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active chrony.service 2024-03-11T12:56:15.915 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:56:15.916 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled chronyd.service 2024-03-11T12:56:15.921 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: enabled 2024-03-11T12:56:15.922 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active chronyd.service 2024-03-11T12:56:15.927 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: active 2024-03-11T12:56:15.927 INFO:teuthology.orchestra.run.smithi090.stderr:Unit chronyd.service is enabled and running 2024-03-11T12:56:15.927 INFO:teuthology.orchestra.run.smithi090.stderr:Host looks OK 2024-03-11T12:56:15.928 INFO:teuthology.orchestra.run.smithi090.stderr:Cluster fsid: b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:15.928 INFO:teuthology.orchestra.run.smithi090.stderr:Acquiring lock 139675967496320 on /run/cephadm/b1792570-dfa6-11ee-95c7-87774f69a715.lock 2024-03-11T12:56:15.928 INFO:teuthology.orchestra.run.smithi090.stderr:Lock 139675967496320 acquired on /run/cephadm/b1792570-dfa6-11ee-95c7-87774f69a715.lock 2024-03-11T12:56:15.928 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying IP 172.21.15.90 port 3300 ... 2024-03-11T12:56:15.928 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying IP 172.21.15.90 port 6789 ... 2024-03-11T12:56:15.929 INFO:teuthology.orchestra.run.smithi090.stderr:Base mon IP is 172.21.15.90, final addrv is [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-03-11T12:56:15.929 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /sbin/ip route ls 2024-03-11T12:56:15.930 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.90 metric 100 2024-03-11T12:56:15.930 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.90 metric 100 2024-03-11T12:56:15.931 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /sbin/ip -6 route ls 2024-03-11T12:56:15.933 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-11T12:56:15.934 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-11T12:56:15.934 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-03-11T12:56:15.934 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /sbin/ip -6 addr ls 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d767/64 scope link 2024-03-11T12:56:15.937 INFO:teuthology.orchestra.run.smithi090.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-11T12:56:15.938 INFO:teuthology.orchestra.run.smithi090.stderr:Mon IP `172.21.15.90` is in CIDR network `172.21.0.0/20` 2024-03-11T12:56:15.938 INFO:teuthology.orchestra.run.smithi090.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-11T12:56:15.938 INFO:teuthology.orchestra.run.smithi090.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T12:56:15.938 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-03-11T12:56:16.014 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-03-11T12:56:16.358 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Getting image source signatures 2024-03-11T12:56:16.359 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-03-11T12:56:16.359 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-03-11T12:56:16.359 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-03-11T12:56:16.524 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: Writing manifest to image destination 2024-03-11T12:56:16.652 INFO:teuthology.orchestra.run.smithi090.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-03-11T12:56:16.662 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-03-11T12:56:17.182 INFO:teuthology.orchestra.run.smithi090.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-03-11T12:56:17.811 INFO:teuthology.orchestra.run.smithi090.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-03-11T12:56:17.812 INFO:teuthology.orchestra.run.smithi090.stderr:Extracting ceph user uid/gid from container image... 2024-03-11T12:56:17.812 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-03-11T12:56:18.313 INFO:teuthology.orchestra.run.smithi090.stderr:stat: 167 167 2024-03-11T12:56:18.875 INFO:teuthology.orchestra.run.smithi090.stderr:Creating initial keys... 2024-03-11T12:56:18.875 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T12:56:19.395 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-authtool: AQBz/+5lJRe0ERAAOEZGlVQzViDWzyWPmk9Mjw== 2024-03-11T12:56:19.907 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T12:56:20.411 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-authtool: AQB0/+5lhM66ExAA8JleRFzCOFOpgPAXwA1hng== 2024-03-11T12:56:21.004 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T12:56:21.485 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-authtool: AQB1/+5l4zPbFxAAKvZ3ayzaxofcGuOSIU5vlw== 2024-03-11T12:56:21.988 INFO:teuthology.orchestra.run.smithi090.stderr:Creating initial monmap... 2024-03-11T12:56:21.988 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpqfiqfle4:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid b1792570-dfa6-11ee-95c7-87774f69a715 --addv smithi090 [v2:172.21.15.90:3300,v1:172.21.15.90:6789] /tmp/monmap 2024-03-11T12:56:22.518 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-11T12:56:22.519 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:22.519 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-11T12:56:23.081 INFO:teuthology.orchestra.run.smithi090.stderr:monmaptool for smithi090 [v2:172.21.15.90:3300,v1:172.21.15.90:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-11T12:56:23.082 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/monmaptool: set fsid to b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:23.082 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-11T12:56:23.082 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:56:23.082 INFO:teuthology.orchestra.run.smithi090.stderr:Creating mon... 2024-03-11T12:56:23.083 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090:/var/lib/ceph/mon/ceph-smithi090:z -v /tmp/ceph-tmpq440g732:/tmp/keyring:z -v /tmp/ceph-tmpqfiqfle4:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi090 --fsid b1792570-dfa6-11ee-95c7-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-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.508+0000 7f224ac84700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.509+0000 7f224ac84700 1 imported monmap: 2024-03-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: last_changed 2024-03-11T12:56:22.425126+0000 2024-03-11T12:56:23.592 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: created 2024-03-11T12:56:22.425126+0000 2024-03-11T12:56:23.593 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.smithi090 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.509+0000 7f224ac84700 0 /usr/bin/ceph-mon: set fsid to b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T12:56:23.618 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: DB SUMMARY 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi090/store.db dir, Total Num: 0, files: 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi090/store.db: 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.create_if_missing: 1 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.env: 0x55e2175601c0 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.fs: Posix File System 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.info_log: 0x55e21955ec20 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.statistics: (nil) 2024-03-11T12:56:23.619 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.use_fsync: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.db_log_dir: 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi090/store.db 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T12:56:23.620 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.write_buffer_manager: 0x55e219567530 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T12:56:23.621 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.unordered_write: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.row_cache: None 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.wal_filter: None 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T12:56:23.622 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T12:56:23.623 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.max_open_files: -1 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Compression algorithms supported: 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kZSTD supported: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T12:56:23.624 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.510+0000 7f224ac84700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000001 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.merge_operator: 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_filter: None 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e219478160) 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T12:56:23.625 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_cache: 0x55e2194aed10 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-11T12:56:23.626 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: format_version: 2 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-11T12:56:23.627 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression: NoCompression 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.num_levels: 7 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T12:56:23.628 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T12:56:23.629 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T12:56:23.630 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T12:56:23.631 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.ttl: 2592000 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi090/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-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.632 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.511+0000 7f224ac84700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.513+0000 7f224ac84700 4 rocksdb: DB pointer 0x55e219573800 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.514+0000 7f2233b0d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.514+0000 7f2233b0d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:56:23.633 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:23.634 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:23.635 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.636 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.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-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: 2024-03-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.515+0000 7f224ac84700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-03-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.515+0000 7f224ac84700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-03-11T12:56:23.637 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph-mon: debug 2024-03-11T12:56:23.515+0000 7f224ac84700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi090 for mon.smithi090 2024-03-11T12:56:24.112 INFO:teuthology.orchestra.run.smithi090.stderr:create mon.smithi090 on 2024-03-11T12:56:24.112 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:24.117 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl disable ceph.target 2024-03-11T12:56:24.204 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl enable ceph.target 2024-03-11T12:56:24.211 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-11T12:56:24.290 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl start ceph.target 2024-03-11T12:56:24.296 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl enable ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target 2024-03-11T12:56:24.302 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target. 2024-03-11T12:56:24.302 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target. 2024-03-11T12:56:24.379 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl start ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target 2024-03-11T12:56:24.386 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl daemon-reload 2024-03-11T12:56:24.468 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T12:56:24.490 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl reset-failed ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T12:56:24.495 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Failed to reset failed state of unit ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service: Unit ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service not loaded. 2024-03-11T12:56:24.496 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl enable ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T12:56:24.502 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target.wants/ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service → /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715@.service. 2024-03-11T12:56:24.583 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl start ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T12:56:25.096 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T12:56:25.105 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: disabled 2024-03-11T12:56:25.105 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T12:56:25.112 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:56:25.112 INFO:teuthology.orchestra.run.smithi090.stderr:firewalld.service is not enabled 2024-03-11T12:56:25.112 INFO:teuthology.orchestra.run.smithi090.stderr:Not possible to enable service . firewalld.service is not available 2024-03-11T12:56:25.113 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mon to start... 2024-03-11T12:56:25.113 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mon... 2024-03-11T12:56:25.113 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090:/var/lib/ceph/mon/ceph-smithi090:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-03-11T12:56:25.312 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:25 smithi090 bash[34797]: ca939f272969c3d43cbd0a595b54e41e95a7179cc07b15d13c85fb79abe5e128 2024-03-11T12:56:25.312 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:25 smithi090 systemd[1]: Started Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T12:56:25.680 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: cluster: 2024-03-11T12:56:25.680 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: id: b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:25.680 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-11T12:56:25.680 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:25.680 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: services: 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi090 (age 0.639943s) 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: data: 2024-03-11T12:56:25.681 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-11T12:56:25.682 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-11T12:56:25.682 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-11T12:56:25.682 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: pgs: 2024-03-11T12:56:25.682 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:26.261 INFO:teuthology.orchestra.run.smithi090.stderr:mon is available 2024-03-11T12:56:26.261 INFO:teuthology.orchestra.run.smithi090.stderr:Assimilating anything we can from ceph.conf... 2024-03-11T12:56:26.261 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090:/var/lib/ceph/mon/ceph-smithi090:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi090/config 2024-03-11T12:56:26.263 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: cluster 2024-03-11T12:56:25.036575+0000 mon.smithi090 (mon.0) 2 : cluster [INF] mon.smithi090 is new leader, mons smithi090 in quorum (ranks 0) 2024-03-11T12:56:26.264 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: cluster 2024-03-11T12:56:25.036751+0000 mon.smithi090 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0]} 2024-03-11T12:56:26.264 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: cluster 2024-03-11T12:56:25.041282+0000 mon.smithi090 (mon.0) 4 : cluster [DBG] fsmap 2024-03-11T12:56:26.264 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: cluster 2024-03-11T12:56:25.044817+0000 mon.smithi090 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-11T12:56:26.264 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: cluster 2024-03-11T12:56:25.045224+0000 mon.smithi090 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-11T12:56:26.264 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: audit 2024-03-11T12:56:25.676492+0000 mon.smithi090 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.90:0/4160155778' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [global] 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: fsid = b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-11T12:56:26.844 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [mgr] 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [osd] 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-11T12:56:26.845 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-11T12:56:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: audit 2024-03-11T12:56:26.838711+0000 mon.smithi090 (mon.0) 8 : audit [INF] from='client.? 172.21.15.90:0/1848627367' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-11T12:56:27.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: audit 2024-03-11T12:56:26.841235+0000 mon.smithi090 (mon.0) 9 : audit [INF] from='client.? 172.21.15.90:0/1848627367' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-11T12:56:27.978 INFO:teuthology.orchestra.run.smithi090.stderr:Generating new minimal ceph.conf... 2024-03-11T12:56:27.978 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090:/var/lib/ceph/mon/ceph-smithi090:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi090/config 2024-03-11T12:56:28.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: audit 2024-03-11T12:56:28.582737+0000 mon.smithi090 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.90:0/812682057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:56:29.128 INFO:teuthology.orchestra.run.smithi090.stderr:Restarting the monitor... 2024-03-11T12:56:29.128 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl restart ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T12:56:29.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:29 smithi090 systemd[1]: Stopping Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T12:56:29.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: debug 2024-03-11T12:56:29.299+0000 7ff172fff700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi090 -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-11T12:56:29.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[34812]: debug 2024-03-11T12:56:29.299+0000 7ff172fff700 -1 mon.smithi090@0(leader) e1 *** Got Signal Terminated *** 2024-03-11T12:56:30.088 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:29 smithi090 podman[35145]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090 2024-03-11T12:56:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service: Succeeded. 2024-03-11T12:56:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 systemd[1]: Stopped Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T12:56:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 systemd[1]: Starting Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T12:56:30.579 INFO:teuthology.orchestra.run.smithi090.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-11T12:56:30.579 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.516+0000 7fbc5b39f700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.516+0000 7fbc5b39f700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.516+0000 7fbc5b39f700 0 pidfile_write: ignore empty --pid-file 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.520+0000 7fbc5b39f700 0 load: jerasure load: lrc load: isa 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T12:56:30.786 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: DB SUMMARY 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: CURRENT file: CURRENT 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: IDENTITY file: IDENTITY 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi090/store.db dir, Total Num: 1, files: 000004.sst 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi090/store.db: 000006.log size: 85865 ; 2024-03-11T12:56:30.787 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.create_if_missing: 0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.env: 0x55b1691851c0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.fs: Posix File System 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.info_log: 0x55b16b165a40 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.statistics: (nil) 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.use_fsync: 0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T12:56:30.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.db_log_dir: 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi090/store.db 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T12:56:30.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.write_buffer_manager: 0x55b16bddc030 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T12:56:30.790 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.unordered_write: 0 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.row_cache: None 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.wal_filter: None 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T12:56:30.791 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T12:56:30.792 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_open_files: -1 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T12:56:30.794 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Compression algorithms supported: 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kZSTD supported: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T12:56:30.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000005 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.merge_operator: 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_filter: None 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b16b07e170) 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cache_index_and_filter_blocks: 1 2024-03-11T12:56:30.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: pin_top_level_index_and_filter: 1 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: index_type: 0 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: data_block_index_type: 0 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: index_shortening: 1 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: data_block_hash_table_util_ratio: 0.750000 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: hash_index_allow_collision: 1 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: checksum: 1 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: no_block_cache: 0 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_cache: 0x55b16b0b4f10 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_cache_name: BinnedLRUCache 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_cache_options: 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: capacity : 536870912 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: num_shard_bits : 4 2024-03-11T12:56:30.797 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: strict_capacity_limit : 0 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: high_pri_pool_ratio: 0.000 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_cache_compressed: (nil) 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: persistent_cache: (nil) 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_size: 4096 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_size_deviation: 10 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_restart_interval: 16 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: index_block_restart_interval: 1 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: metadata_block_size: 4096 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: partition_filters: 0 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: use_delta_encoding: 1 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: whole_key_filtering: 1 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: verify_compression: 0 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: read_amp_bytes_per_bit: 0 2024-03-11T12:56:30.798 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: format_version: 2 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: enable_index_compression: 1 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: block_align: 0 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression: NoCompression 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.num_levels: 7 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T12:56:30.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T12:56:30.800 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T12:56:30.801 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T12:56:30.802 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T12:56:30.803 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.ttl: 2592000 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.521+0000 7fbc5b39f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.522+0000 7fbc5b39f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi090/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-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.522+0000 7fbc5b39f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.522+0000 7fbc5b39f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161790523717, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.522+0000 7fbc5b39f700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.522+0000 7fbc5b39f700 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-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.523+0000 7fbc5b39f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161790524654, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82623, "table_properties": {"data_size": 80893, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9446, "raw_average_key_size": 47, "raw_value_size": 75412, "raw_average_value_size": 377, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1710161790, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.523+0000 7fbc5b39f700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-03-11T12:56:30.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.523+0000 7fbc5b39f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161790525098, "job": 1, "event": "recovery_finished"} 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.524+0000 7fbc5b39f700 4 rocksdb: DB pointer 0x55b16b179800 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.524+0000 7fbc421a7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.524+0000 7fbc421a7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** DB Stats ** 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.805 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** Compaction Stats [default] ** 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: L0 2/0 82.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Sum 2/0 82.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** Compaction Stats [default] ** 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Cumulative compaction: 0.00 GB write, 25.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Interval compaction: 0.00 GB write, 25.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** Compaction Stats [default] ** 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:30.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: L0 2/0 82.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Sum 2/0 82.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** Compaction Stats [default] ** 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.4 0.00 0.00 1 0.001 0 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:56:30.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: Cumulative compaction: 0.00 GB write, 25.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.525+0000 7fbc5b39f700 0 starting mon.smithi090 rank 0 at public addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] at bind addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi090 fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 1 mon.smithi090@-1(???) e1 preinit fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).mds e1 new map 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).mds e1 print_map 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: e1 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 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-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: legacy client fscid: -1 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: No filesystems configured 2024-03-11T12:56:30.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 0 mon.smithi090@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:28.582737+0000 mon.smithi090 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.90:0/812682057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.526+0000 7fbc5b39f700 1 mon.smithi090@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expand map: {default=false} 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta from 'false' to 'false' 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expanded map: {default=false} 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expand map: {default=info} 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta from 'info' to 'info' 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expanded map: {default=info} 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expand map: {default=daemon} 2024-03-11T12:56:30.810 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expanded map: {default=daemon} 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expand map: {default=debug} 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta from 'debug' to 'debug' 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T12:56:30.527+0000 7fbc5b39f700 20 expand_channel_meta expanded map: {default=debug} 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 bash[35217]: 0013a855726d6362433e29e6095255a995235d5fce8e30d18389eadb6fd3bd9c 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 systemd[1]: Started Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:30.542973+0000 mon.smithi090 (mon.0) 1 : cluster [INF] mon.smithi090 is new leader, mons smithi090 in quorum (ranks 0) 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:30.543032+0000 mon.smithi090 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0]} 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:30.543065+0000 mon.smithi090 (mon.0) 3 : cluster [DBG] fsmap 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:30.543088+0000 mon.smithi090 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-11T12:56:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:30.543448+0000 mon.smithi090 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-11T12:56:31.652 INFO:teuthology.orchestra.run.smithi090.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-11T12:56:31.652 INFO:teuthology.orchestra.run.smithi090.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-11T12:56:31.652 INFO:teuthology.orchestra.run.smithi090.stderr:Creating mgr... 2024-03-11T12:56:31.652 INFO:teuthology.orchestra.run.smithi090.stderr:Verifying port 9283 ... 2024-03-11T12:56:31.654 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl daemon-reload 2024-03-11T12:56:31.746 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir 2024-03-11T12:56:31.769 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl reset-failed ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir 2024-03-11T12:56:31.774 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Failed to reset failed state of unit ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir.service: Unit ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir.service not loaded. 2024-03-11T12:56:31.774 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl enable ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir 2024-03-11T12:56:31.780 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715.target.wants/ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir.service → /etc/systemd/system/ceph-b1792570-dfa6-11ee-95c7-87774f69a715@.service. 2024-03-11T12:56:31.863 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl start ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mgr.smithi090.wjxbir 2024-03-11T12:56:32.417 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T12:56:32.427 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: disabled 2024-03-11T12:56:32.427 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T12:56:32.434 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:56:32.435 INFO:teuthology.orchestra.run.smithi090.stderr:firewalld.service is not enabled 2024-03-11T12:56:32.435 INFO:teuthology.orchestra.run.smithi090.stderr:Not possible to enable service . firewalld.service is not available 2024-03-11T12:56:32.435 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T12:56:32.442 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: disabled 2024-03-11T12:56:32.442 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T12:56:32.449 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:56:32.450 INFO:teuthology.orchestra.run.smithi090.stderr:firewalld.service is not enabled 2024-03-11T12:56:32.450 INFO:teuthology.orchestra.run.smithi090.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-11T12:56:32.450 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mgr to start... 2024-03-11T12:56:32.450 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mgr... 2024-03-11T12:56:32.450 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T12:56:32.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:31.168817+0000 mon.smithi090 (mon.0) 6 : audit [INF] from='client.? 172.21.15.90:0/1170941581' entity='client.admin' 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsid": "b1792570-dfa6-11ee-95c7-87774f69a715", 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "health": { 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.936 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 0 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "smithi090" 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:33.937 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T12:56:33.938 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "available": false, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "iostat", 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "nfs", 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "restful" 2024-03-11T12:56:33.939 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modified": "2024-03-11T12:56:25.039752+0000", 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T12:56:33.940 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:56:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:33.925057+0000 mon.smithi090 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.90:0/3434825293' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T12:56:34.494 INFO:teuthology.orchestra.run.smithi090.stderr:mgr not available, waiting (1/15)... 2024-03-11T12:56:36.494 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsid": "b1792570-dfa6-11ee-95c7-87774f69a715", 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "health": { 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T12:56:37.176 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 0 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "smithi090" 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T12:56:37.177 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T12:56:37.178 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "available": false, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T12:56:37.179 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "iostat", 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "nfs", 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "restful" 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modified": "2024-03-11T12:56:25.039752+0000", 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T12:56:37.180 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:56:37.516 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.168795+0000 mon.smithi090 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.90:0/679002565' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T12:56:37.793 INFO:teuthology.orchestra.run.smithi090.stderr:mgr not available, waiting (2/15)... 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:37.415031+0000 mon.smithi090 (mon.0) 9 : cluster [INF] Activating manager daemon smithi090.wjxbir 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:37.420428+0000 mon.smithi090 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi090.wjxbir(active, starting, since 0.00548489s) 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.421275+0000 mon.smithi090 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.421421+0000 mon.smithi090 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.421538+0000 mon.smithi090 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.421643+0000 mon.smithi090 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.422263+0000 mon.smithi090 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:37.435607+0000 mon.smithi090 (mon.0) 16 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.445798+0000 mon.smithi090 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.447350+0000 mon.smithi090 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.448704+0000 mon.smithi090 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:56:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.456034+0000 mon.smithi090 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:38.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:37.461222+0000 mon.smithi090 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.90:0/3465454457' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:39.795 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T12:56:39.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:38.422996+0000 mon.smithi090 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi090.wjxbir(active, since 1.00806s) 2024-03-11T12:56:41.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:40.424216+0000 mon.smithi090 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi090.wjxbir(active, since 3s) 2024-03-11T12:56:42.720 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:42.720 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:56:42.720 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsid": "b1792570-dfa6-11ee-95c7-87774f69a715", 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "health": { 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 0 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "smithi090" 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-03-11T12:56:42.721 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T12:56:42.722 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T12:56:42.725 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T12:56:42.725 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:42.726 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "available": true, 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "iostat", 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "nfs", 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "restful" 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ], 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T12:56:42.727 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "modified": "2024-03-11T12:56:25.039752+0000", 2024-03-11T12:56:42.728 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "services": {} 2024-03-11T12:56:42.728 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: }, 2024-03-11T12:56:42.728 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T12:56:42.728 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:56:42.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:42.113799+0000 mon.smithi090 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.90:0/457893862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T12:56:48.139 INFO:teuthology.orchestra.run.smithi090.stderr:mgr is available 2024-03-11T12:56:48.140 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z -v /tmp/tmph4h7kbi1:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-03-11T12:56:51.289 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [global] 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: fsid = b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [mgr] 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-11T12:56:51.290 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 2024-03-11T12:56:51.291 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: [osd] 2024-03-11T12:56:51.291 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-11T12:56:51.291 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-11T12:56:51.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:51.286125+0000 mon.smithi090 (mon.0) 25 : audit [INF] from='client.? 172.21.15.90:0/2510050643' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-11T12:56:51.864 INFO:teuthology.orchestra.run.smithi090.stderr:Enabling cephadm module... 2024-03-11T12:56:51.864 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-03-11T12:56:52.986 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:52.588075+0000 mon.smithi090 (mon.0) 26 : audit [INF] from='client.? 172.21.15.90:0/724278322' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-11T12:56:53.222 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-03-11T12:56:53.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:52.640883+0000 mon.smithi090 (mon.0) 27 : audit [INF] from='client.? 172.21.15.90:0/724278322' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-11T12:56:53.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:52.640927+0000 mon.smithi090 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi090.wjxbir(active, since 15s) 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "available": true, 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "active_name": "smithi090.wjxbir", 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-11T12:56:54.014 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:56:54.647 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for the mgr to restart... 2024-03-11T12:56:54.647 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mgr epoch 5... 2024-03-11T12:56:54.647 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-03-11T12:56:54.919 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:54.010911+0000 mon.smithi090 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.90:0/431352630' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-11T12:56:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:57.764920+0000 mon.smithi090 (mon.0) 30 : cluster [INF] Active manager daemon smithi090.wjxbir restarted 2024-03-11T12:56:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:57.765291+0000 mon.smithi090 (mon.0) 31 : cluster [INF] Activating manager daemon smithi090.wjxbir 2024-03-11T12:56:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:57.767464+0000 mon.smithi090 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-11T12:56:58.834 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:56:58.834 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-11T12:56:58.834 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "initialized": true 2024-03-11T12:56:58.834 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:57.817451+0000 mon.smithi090 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi090.wjxbir(active, starting, since 0.0522347s) 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.819657+0000 mon.smithi090 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.820300+0000 mon.smithi090 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.821028+0000 mon.smithi090 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.821183+0000 mon.smithi090 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.821318+0000 mon.smithi090 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:57.834472+0000 mon.smithi090 (mon.0) 39 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T12:56:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.847592+0000 mon.smithi090 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.850219+0000 mon.smithi090 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.852733+0000 mon.smithi090 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.939458+0000 mon.smithi090 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.940124+0000 mon.smithi090 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.941083+0000 mon.smithi090 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.942533+0000 mon.smithi090 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.953212+0000 mon.smithi090 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:56:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:57.954289+0000 mon.smithi090 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:56:59.430 INFO:teuthology.orchestra.run.smithi090.stderr:mgr epoch 5 is available 2024-03-11T12:56:59.430 INFO:teuthology.orchestra.run.smithi090.stderr:Setting orchestrator backend to cephadm... 2024-03-11T12:56:59.430 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-03-11T12:57:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:58.824633+0000 mgr.smithi090.wjxbir (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-11T12:57:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:58.825424+0000 mon.smithi090 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi090.wjxbir(active, since 1.0602s) 2024-03-11T12:57:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:56:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:56:58.831847+0000 mgr.smithi090.wjxbir (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-11T12:57:00.712 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-03-11T12:57:00.976 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:56:59.826693+0000 mon.smithi090 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi090.wjxbir(active, since 2s) 2024-03-11T12:57:00.977 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:00.130373+0000 mgr.smithi090.wjxbir (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-11T12:57:00.977 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:00.134879+0000 mon.smithi090 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:00.977 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:00.138513+0000 mon.smithi090 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:01.362 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: value unchanged 2024-03-11T12:57:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:01.358786+0000 mgr.smithi090.wjxbir (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:02.129 INFO:teuthology.orchestra.run.smithi090.stderr:Generating ssh key... 2024-03-11T12:57:02.129 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-03-11T12:57:03.520 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-03-11T12:57:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:02.795301+0000 mgr.smithi090.wjxbir (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-03-11T12:57:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:03.010332+0000 mon.smithi090 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:03.012842+0000 mon.smithi090 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:04.234 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5g/TObnzqxNYYj4+ixXuEVRxqd26jwTMdjmQCxrfPXRfXOAo3RaDbKETCDWV0rHYIuagw1gFqefx8ul6L6gyOl2QuWS07vzmcWBSnGfywVz0q0z3c/WYpyBWmjfdAKgifpjB+GM1LojszQHarZlfG8ghRTa0hAGKlVrJJvRqtH9u0NPxsMAhAGT/NVfp21j0Wq9PwuNOJAObrsuorQpOf+LwAUH0DcnNFNk/722MvasivGlf3a3/kyv7b8+M8QBp9ic6kvpdYPrtKSNbLAP52c88Xqt+3E4UlWtExZTFCBTYQbqzH4md23lwgZP3A2uPqTraIQep1jMfMVobDkJ7/159lRmgl7ZAkKmvpKJ2e/Q363Eltz1p7bXkwfAiJYc9cNiB56jGOLwwCBDBpUXaDy/4DvRmvwAXimvY1aHqeYrEnVKxOAhhkC/D/0EoNApOK/59jG/BSQrCBTeRGoCwXGl26PjWX8f3kbyKV+PVO0XBjQ8CiUz6udf20hLW/hc= ceph-b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:57:04.779 INFO:teuthology.orchestra.run.smithi090.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-11T12:57:04.779 INFO:teuthology.orchestra.run.smithi090.stderr:Adding key to root@localhost authorized_keys... 2024-03-11T12:57:04.779 INFO:teuthology.orchestra.run.smithi090.stderr:Adding host smithi090... 2024-03-11T12:57:04.779 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi090 172.21.15.90 2024-03-11T12:57:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:04.231948+0000 mgr.smithi090.wjxbir (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:06.047 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Added host 'smithi090' with addr '172.21.15.90' 2024-03-11T12:57:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:05.457611+0000 mgr.smithi090.wjxbir (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi090", "addr": "172.21.15.90", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:06.043308+0000 mon.smithi090 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:06.043824+0000 mon.smithi090 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:07.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:06.043584+0000 mgr.smithi090.wjxbir (mgr.14116) 9 : cephadm [INF] Added host smithi090 2024-03-11T12:57:08.701 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying mon service with default placement... 2024-03-11T12:57:08.701 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-03-11T12:57:09.434 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-11T12:57:10.278 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying mgr service with default placement... 2024-03-11T12:57:10.278 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-03-11T12:57:10.540 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:09.429347+0000 mgr.smithi090.wjxbir (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:10.540 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:09.430084+0000 mgr.smithi090.wjxbir (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-11T12:57:10.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:09.432428+0000 mon.smithi090 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:11.087 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-11T12:57:11.850 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying crash service with default placement... 2024-03-11T12:57:11.851 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-03-11T12:57:12.244 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:11.082470+0000 mgr.smithi090.wjxbir (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:12.244 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:11.083005+0000 mgr.smithi090.wjxbir (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-11T12:57:12.244 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:11.085038+0000 mon.smithi090 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:12.754 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled crash update... 2024-03-11T12:57:13.303 INFO:teuthology.orchestra.run.smithi090.stderr:Enabling mgr prometheus module... 2024-03-11T12:57:13.303 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-03-11T12:57:13.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:12.595237+0000 mgr.smithi090.wjxbir (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:13.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:12.595861+0000 mgr.smithi090.wjxbir (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-03-11T12:57:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:12.597940+0000 mon.smithi090 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:12.601739+0000 mon.smithi090 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:13.001676+0000 mon.smithi090 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.90:0/4094924994' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:14.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:14.074831+0000 mon.smithi090 (mon.0) 62 : audit [INF] from='client.? 172.21.15.90:0/453723480' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-11T12:57:15.349 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying prometheus service with default placement... 2024-03-11T12:57:15.349 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-03-11T12:57:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:14.602948+0000 mon.smithi090 (mon.0) 63 : audit [INF] from='client.? 172.21.15.90:0/453723480' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-11T12:57:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:14.603011+0000 mon.smithi090 (mon.0) 64 : cluster [DBG] mgrmap e9: smithi090.wjxbir(active, since 16s) 2024-03-11T12:57:20.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:19.659926+0000 mon.smithi090 (mon.0) 65 : cluster [INF] Active manager daemon smithi090.wjxbir restarted 2024-03-11T12:57:20.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:19.660339+0000 mon.smithi090 (mon.0) 66 : cluster [INF] Activating manager daemon smithi090.wjxbir 2024-03-11T12:57:20.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:19.662043+0000 mon.smithi090 (mon.0) 67 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-11T12:57:20.724 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-03-11T12:57:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:19.712692+0000 mon.smithi090 (mon.0) 68 : cluster [DBG] mgrmap e10: smithi090.wjxbir(active, starting, since 0.0524396s) 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.715079+0000 mon.smithi090 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.715637+0000 mon.smithi090 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.716423+0000 mon.smithi090 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.716571+0000 mon.smithi090 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.716690+0000 mon.smithi090 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:19.718440+0000 mon.smithi090 (mon.0) 74 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.814931+0000 mon.smithi090 (mon.0) 75 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.816552+0000 mon.smithi090 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.837324+0000 mon.smithi090 (mon.0) 77 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:57:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:19.840415+0000 mon.smithi090 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:57:21.561 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying grafana service with default placement... 2024-03-11T12:57:21.561 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-03-11T12:57:21.817 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:20.717253+0000 mon.smithi090 (mon.0) 79 : cluster [DBG] mgrmap e11: smithi090.wjxbir(active, since 1.057s) 2024-03-11T12:57:21.818 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:20.718108+0000 mgr.smithi090.wjxbir (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-11T12:57:21.818 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:20.721679+0000 mon.smithi090 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:21.818 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:21.274979+0000 mon.smithi090 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:22.671 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-03-11T12:57:23.561 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying node-exporter service with default placement... 2024-03-11T12:57:23.561 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-03-11T12:57:23.563 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:23 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:22.276719+0000 mon.smithi090 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi090.wjxbir(active, since 2s) 2024-03-11T12:57:23.563 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:23 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:22.668862+0000 mon.smithi090 (mon.0) 83 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:24.296 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-03-11T12:57:24.567 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:22.666114+0000 mgr.smithi090.wjxbir (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:24.567 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:22.666664+0000 mgr.smithi090.wjxbir (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-11T12:57:24.879 INFO:teuthology.orchestra.run.smithi090.stderr:Deploying alertmanager service with default placement... 2024-03-11T12:57:24.879 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-03-11T12:57:25.569 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-03-11T12:57:25.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:24.291397+0000 mgr.smithi090.wjxbir (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-11T12:57:25.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:24.292032+0000 mgr.smithi090.wjxbir (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-11T12:57:25.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:24.293833+0000 mon.smithi090 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:26.246 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-03-11T12:57:26.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:25.564633+0000 mgr.smithi090.wjxbir (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:26.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:25.565114+0000 mgr.smithi090.wjxbir (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-11T12:57:26.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:25.566986+0000 mon.smithi090 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.90:0/2449683560' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:27.605 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-03-11T12:57:28.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:26.992529+0000 mon.smithi090 (mon.0) 86 : audit [INF] from='client.? 172.21.15.90:0/603678494' entity='client.admin' 2024-03-11T12:57:28.997 INFO:teuthology.orchestra.run.smithi090.stderr:Enabling the dashboard module... 2024-03-11T12:57:28.997 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-03-11T12:57:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:28.369045+0000 mon.smithi090 (mon.0) 87 : audit [INF] from='client.? 172.21.15.90:0/4207243021' entity='client.admin' 2024-03-11T12:57:30.811 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:29.761282+0000 mon.smithi090 (mon.0) 88 : audit [INF] from='client.? 172.21.15.90:0/3429203111' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-11T12:57:31.106 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-03-11T12:57:31.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:30.372776+0000 mon.smithi090 (mon.0) 89 : audit [INF] from='client.? 172.21.15.90:0/3429203111' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-11T12:57:31.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:30.372823+0000 mon.smithi090 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi090.wjxbir(active, since 10s) 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "epoch": 13, 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "available": true, 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "active_name": "smithi090.wjxbir", 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-11T12:57:31.901 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:57:32.582 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for the mgr to restart... 2024-03-11T12:57:32.582 INFO:teuthology.orchestra.run.smithi090.stderr:Waiting for mgr epoch 13... 2024-03-11T12:57:32.582 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-03-11T12:57:32.584 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:31.898674+0000 mon.smithi090 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.90:0/325744294' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-11T12:57:35.682 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:35.493182+0000 mon.smithi090 (mon.0) 92 : cluster [INF] Active manager daemon smithi090.wjxbir restarted 2024-03-11T12:57:35.682 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:35.493582+0000 mon.smithi090 (mon.0) 93 : cluster [INF] Activating manager daemon smithi090.wjxbir 2024-03-11T12:57:35.682 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:35.495307+0000 mon.smithi090 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-11T12:57:36.565 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: { 2024-03-11T12:57:36.565 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-03-11T12:57:36.565 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: "initialized": true 2024-03-11T12:57:36.565 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: } 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:35.547097+0000 mon.smithi090 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi090.wjxbir(active, starting, since 0.0535964s) 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.550402+0000 mon.smithi090 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.551167+0000 mon.smithi090 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.551824+0000 mon.smithi090 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.551993+0000 mon.smithi090 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.552128+0000 mon.smithi090 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:35.565878+0000 mon.smithi090 (mon.0) 101 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T12:57:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.663339+0000 mon.smithi090 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:36.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.664424+0000 mon.smithi090 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:57:36.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.689301+0000 mon.smithi090 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:57:36.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:35.691762+0000 mon.smithi090 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:57:37.369 INFO:teuthology.orchestra.run.smithi090.stderr:mgr epoch 13 is available 2024-03-11T12:57:37.370 INFO:teuthology.orchestra.run.smithi090.stderr:Generating a dashboard self-signed certificate... 2024-03-11T12:57:37.370 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-03-11T12:57:37.636 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:36.556541+0000 mgr.smithi090.wjxbir (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-11T12:57:37.637 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:36.557219+0000 mon.smithi090 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi090.wjxbir(active, since 1.06372s) 2024-03-11T12:57:37.637 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:36.562772+0000 mgr.smithi090.wjxbir (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-11T12:57:37.637 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:36.817901+0000 mon.smithi090 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:38.219 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-11T12:57:39.026 INFO:teuthology.orchestra.run.smithi090.stderr:Creating initial admin user... 2024-03-11T12:57:39.026 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmprsuu_xw4:/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-11T12:57:39.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:37.819416+0000 mon.smithi090 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi090.wjxbir(active, since 2s) 2024-03-11T12:57:39.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:38.183213+0000 mgr.smithi090.wjxbir (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:39.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:38.215347+0000 mon.smithi090 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:39.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:38.217090+0000 mon.smithi090 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:40.385 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Wz206lQZHqqluCotSTC4xe0L8aGsIN2vsm/VMihwk4nojZXmlZYyS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710161860, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-11T12:57:41.055 INFO:teuthology.orchestra.run.smithi090.stderr:Fetching dashboard port number... 2024-03-11T12:57:41.055 INFO:teuthology.orchestra.run.smithi090.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=smithi090 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuafmyu9o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuhoi9grt:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-03-11T12:57:41.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:40.167325+0000 mgr.smithi090.wjxbir (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-11T12:57:41.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:40.383745+0000 mon.smithi090 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:41.767 INFO:teuthology.orchestra.run.smithi090.stderr:/usr/bin/ceph: 8443 2024-03-11T12:57:42.465 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T12:57:42.473 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: disabled 2024-03-11T12:57:42.474 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T12:57:42.481 INFO:teuthology.orchestra.run.smithi090.stderr:systemctl: inactive 2024-03-11T12:57:42.481 INFO:teuthology.orchestra.run.smithi090.stderr:firewalld.service is not enabled 2024-03-11T12:57:42.482 INFO:teuthology.orchestra.run.smithi090.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr:Ceph Dashboard is now available at: 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr: URL: https://smithi090.front.sepia.ceph.com:8443/ 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr: User: admin 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr: Password: odraw62z9b 2024-03-11T12:57:42.484 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr:You can access the Ceph CLI with: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: ceph telemetry on 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr:For more information see: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-11T12:57:42.485 INFO:teuthology.orchestra.run.smithi090.stderr:Bootstrap complete. 2024-03-11T12:57:42.486 INFO:teuthology.orchestra.run.smithi090.stderr:Releasing lock 139675967496320 on /run/cephadm/b1792570-dfa6-11ee-95c7-87774f69a715.lock 2024-03-11T12:57:42.486 INFO:teuthology.orchestra.run.smithi090.stderr:Lock 139675967496320 released on /run/cephadm/b1792570-dfa6-11ee-95c7-87774f69a715.lock 2024-03-11T12:57:42.518 INFO:tasks.cephadm:Fetching config... 2024-03-11T12:57:42.519 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:57:42.519 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-11T12:57:42.539 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-11T12:57:42.539 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:57:42.539 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-11T12:57:42.596 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-11T12:57:42.597 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:57:42.597 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/keyring of=/dev/stdout 2024-03-11T12:57:42.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:41.765108+0000 mon.smithi090 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.90:0/2417652691' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-11T12:57:42.664 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-11T12:57:42.664 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:57:42.664 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-11T12:57:42.724 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-11T12:57:42.724 DEBUG:teuthology.orchestra.run.smithi090:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5g/TObnzqxNYYj4+ixXuEVRxqd26jwTMdjmQCxrfPXRfXOAo3RaDbKETCDWV0rHYIuagw1gFqefx8ul6L6gyOl2QuWS07vzmcWBSnGfywVz0q0z3c/WYpyBWmjfdAKgifpjB+GM1LojszQHarZlfG8ghRTa0hAGKlVrJJvRqtH9u0NPxsMAhAGT/NVfp21j0Wq9PwuNOJAObrsuorQpOf+LwAUH0DcnNFNk/722MvasivGlf3a3/kyv7b8+M8QBp9ic6kvpdYPrtKSNbLAP52c88Xqt+3E4UlWtExZTFCBTYQbqzH4md23lwgZP3A2uPqTraIQep1jMfMVobDkJ7/159lRmgl7ZAkKmvpKJ2e/Q363Eltz1p7bXkwfAiJYc9cNiB56jGOLwwCBDBpUXaDy/4DvRmvwAXimvY1aHqeYrEnVKxOAhhkC/D/0EoNApOK/59jG/BSQrCBTeRGoCwXGl26PjWX8f3kbyKV+PVO0XBjQ8CiUz6udf20hLW/hc= ceph-b1792570-dfa6-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-11T12:57:42.802 INFO:teuthology.orchestra.run.smithi090.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5g/TObnzqxNYYj4+ixXuEVRxqd26jwTMdjmQCxrfPXRfXOAo3RaDbKETCDWV0rHYIuagw1gFqefx8ul6L6gyOl2QuWS07vzmcWBSnGfywVz0q0z3c/WYpyBWmjfdAKgifpjB+GM1LojszQHarZlfG8ghRTa0hAGKlVrJJvRqtH9u0NPxsMAhAGT/NVfp21j0Wq9PwuNOJAObrsuorQpOf+LwAUH0DcnNFNk/722MvasivGlf3a3/kyv7b8+M8QBp9ic6kvpdYPrtKSNbLAP52c88Xqt+3E4UlWtExZTFCBTYQbqzH4md23lwgZP3A2uPqTraIQep1jMfMVobDkJ7/159lRmgl7ZAkKmvpKJ2e/Q363Eltz1p7bXkwfAiJYc9cNiB56jGOLwwCBDBpUXaDy/4DvRmvwAXimvY1aHqeYrEnVKxOAhhkC/D/0EoNApOK/59jG/BSQrCBTeRGoCwXGl26PjWX8f3kbyKV+PVO0XBjQ8CiUz6udf20hLW/hc= ceph-b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:57:42.813 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5g/TObnzqxNYYj4+ixXuEVRxqd26jwTMdjmQCxrfPXRfXOAo3RaDbKETCDWV0rHYIuagw1gFqefx8ul6L6gyOl2QuWS07vzmcWBSnGfywVz0q0z3c/WYpyBWmjfdAKgifpjB+GM1LojszQHarZlfG8ghRTa0hAGKlVrJJvRqtH9u0NPxsMAhAGT/NVfp21j0Wq9PwuNOJAObrsuorQpOf+LwAUH0DcnNFNk/722MvasivGlf3a3/kyv7b8+M8QBp9ic6kvpdYPrtKSNbLAP52c88Xqt+3E4UlWtExZTFCBTYQbqzH4md23lwgZP3A2uPqTraIQep1jMfMVobDkJ7/159lRmgl7ZAkKmvpKJ2e/Q363Eltz1p7bXkwfAiJYc9cNiB56jGOLwwCBDBpUXaDy/4DvRmvwAXimvY1aHqeYrEnVKxOAhhkC/D/0EoNApOK/59jG/BSQrCBTeRGoCwXGl26PjWX8f3kbyKV+PVO0XBjQ8CiUz6udf20hLW/hc= ceph-b1792570-dfa6-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-11T12:57:42.860 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5g/TObnzqxNYYj4+ixXuEVRxqd26jwTMdjmQCxrfPXRfXOAo3RaDbKETCDWV0rHYIuagw1gFqefx8ul6L6gyOl2QuWS07vzmcWBSnGfywVz0q0z3c/WYpyBWmjfdAKgifpjB+GM1LojszQHarZlfG8ghRTa0hAGKlVrJJvRqtH9u0NPxsMAhAGT/NVfp21j0Wq9PwuNOJAObrsuorQpOf+LwAUH0DcnNFNk/722MvasivGlf3a3/kyv7b8+M8QBp9ic6kvpdYPrtKSNbLAP52c88Xqt+3E4UlWtExZTFCBTYQbqzH4md23lwgZP3A2uPqTraIQep1jMfMVobDkJ7/159lRmgl7ZAkKmvpKJ2e/Q363Eltz1p7bXkwfAiJYc9cNiB56jGOLwwCBDBpUXaDy/4DvRmvwAXimvY1aHqeYrEnVKxOAhhkC/D/0EoNApOK/59jG/BSQrCBTeRGoCwXGl26PjWX8f3kbyKV+PVO0XBjQ8CiUz6udf20hLW/hc= ceph-b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:57:42.872 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-11T12:57:43.804 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:42.387648+0000 mon.smithi090 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi090.wjxbir(active, since 6s) 2024-03-11T12:57:46.458 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-11T12:57:46.459 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-11T12:57:46.994 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:45.727953+0000 mon.smithi090 (mon.0) 114 : audit [INF] from='client.? 172.21.15.90:0/946041927' entity='client.admin' 2024-03-11T12:57:49.400 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:48.222643+0000 mon.smithi090 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:49.400 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:48.485417+0000 mon.smithi090 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"}]: dispatch 2024-03-11T12:57:49.400 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:48.488466+0000 mon.smithi090 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:49.401 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:48.835476+0000 mon.smithi090 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:49.420 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi092 2024-03-11T12:57:49.420 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:57:49.420 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.conf 2024-03-11T12:57:49.443 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:57:49.443 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:57:49.505 INFO:tasks.cephadm:Adding host smithi092 to orchestrator... 2024-03-11T12:57:49.505 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch host add smithi092 2024-03-11T12:57:50.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:48.494984+0000 mgr.smithi090.wjxbir (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi090 on smithi090 2024-03-11T12:57:50.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:48.830150+0000 mgr.smithi090.wjxbir (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-11T12:57:51.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:51.368899+0000 mgr.smithi090.wjxbir (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi092", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:57:51.997 INFO:teuthology.orchestra.run.smithi090.stdout:Added host 'smithi092' with addr '172.21.15.92' 2024-03-11T12:57:52.695 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch host ls --format=json 2024-03-11T12:57:53.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:51.995290+0000 mon.smithi090 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:57:53.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:57:51.995587+0000 mgr.smithi090.wjxbir (mgr.14164) 8 : cephadm [INF] Added host smithi092 2024-03-11T12:57:54.553 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T12:57:54.553 INFO:teuthology.orchestra.run.smithi090.stdout:[{"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}, {"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}] 2024-03-11T12:57:55.169 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-11T12:57:55.170 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd crush tunables default 2024-03-11T12:57:55.732 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:54.551311+0000 mgr.smithi090.wjxbir (mgr.14164) 9 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T12:57:56.837 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:55.553140+0000 mgr.smithi090.wjxbir (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:57:58.568 INFO:teuthology.orchestra.run.smithi090.stderr:adjusted tunables profile to default 2024-03-11T12:57:58.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:57.553380+0000 mgr.smithi090.wjxbir (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:57:58.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:57.574067+0000 mon.smithi090 (mon.0) 120 : audit [INF] from='client.? 172.21.15.90:0/3599806874' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-11T12:57:59.770 INFO:tasks.cephadm:Adding mon.smithi090 on smithi090 2024-03-11T12:57:59.770 INFO:tasks.cephadm:Adding mon.smithi092 on smithi092 2024-03-11T12:57:59.770 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch apply mon '2;smithi090:172.21.15.90=smithi090;smithi092:172.21.15.92=smithi092' 2024-03-11T12:57:59.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:57:58.564439+0000 mon.smithi090 (mon.0) 121 : audit [INF] from='client.? 172.21.15.90:0/3599806874' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-11T12:57:59.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:57:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:58.564486+0000 mon.smithi090 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T12:58:00.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:57:59.553694+0000 mgr.smithi090.wjxbir (mgr.14164) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:01.741 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled mon update... 2024-03-11T12:58:02.467 DEBUG:teuthology.orchestra.run.smithi092:mon.smithi092> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi092.service 2024-03-11T12:58:02.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:02.470 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:02.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:-- Logs begin at Mon 2024-03-11 12:48:25 UTC. -- 2024-03-11T12:58:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:01.553998+0000 mgr.smithi090.wjxbir (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:01.735608+0000 mgr.smithi090.wjxbir (mgr.14164) 14 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi090:172.21.15.90=smithi090;smithi092:172.21.15.92=smithi092", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:58:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:01.736843+0000 mgr.smithi090.wjxbir (mgr.14164) 15 : cephadm [INF] Saving service mon spec with placement smithi090:172.21.15.90=smithi090;smithi092:172.21.15.92=smithi092;count:2 2024-03-11T12:58:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:01.739488+0000 mon.smithi090 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:04.367 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:04.367 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:04.369 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:03.554337+0000 mgr.smithi090.wjxbir (mgr.14164) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:03.800207+0000 mon.smithi090 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:03.801766+0000 mon.smithi090 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:03.803312+0000 mon.smithi090 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:03.803830+0000 mon.smithi090 (mon.0) 127 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:03.804345+0000 mgr.smithi090.wjxbir (mgr.14164) 17 : cephadm [INF] Deploying daemon crash.smithi090 on smithi090 2024-03-11T12:58:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:04.365605+0000 mon.smithi090 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.92:0/2577481523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:05.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:05.928 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:05.554544+0000 mgr.smithi090.wjxbir (mgr.14164) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:05.680090+0000 mon.smithi090 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:05.965652+0000 mon.smithi090 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:06.028005+0000 mon.smithi090 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:06.030403+0000 mon.smithi090 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:06.030726+0000 mon.smithi090 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:06.031034+0000 mgr.smithi090.wjxbir (mgr.14164) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:06.033919+0000 mon.smithi090 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:06.036685+0000 mgr.smithi090.wjxbir (mgr.14164) 20 : cephadm [INF] Deploying daemon grafana.smithi090 on smithi090 2024-03-11T12:58:07.838 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:07.838 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:07.839 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:07.554830+0000 mgr.smithi090.wjxbir (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:07.836049+0000 mon.smithi090 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.92:0/1432769079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:09.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:09.419 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:09.555163+0000 mgr.smithi090.wjxbir (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:11.325 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:11.325 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:11.327 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:10.682716+0000 mon.smithi090 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:12.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:11.323677+0000 mon.smithi090 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.92:0/389297613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:12.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:12.950 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:11.555534+0000 mgr.smithi090.wjxbir (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:14.887 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:14.887 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:14.888 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:15.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:13.555780+0000 mgr.smithi090.wjxbir (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:14.885020+0000 mon.smithi090 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.92:0/3531350467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:16.506 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:16.507 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:15.556003+0000 mgr.smithi090.wjxbir (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:18.458 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:18.458 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:18.460 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:17.556241+0000 mgr.smithi090.wjxbir (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:18.456459+0000 mon.smithi090 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.92:0/2568390957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:20.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:20.105 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:21.062 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:19.556461+0000 mgr.smithi090.wjxbir (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:21.922 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:21.922 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:21.923 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:21.556758+0000 mgr.smithi090.wjxbir (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:21.920294+0000 mon.smithi090 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.92:0/652152610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:23.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:23.427 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:24.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:23.512440+0000 mon.smithi090 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:24.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:23.514248+0000 mgr.smithi090.wjxbir (mgr.14164) 29 : cephadm [INF] Deploying daemon node-exporter.smithi090 on smithi090 2024-03-11T12:58:24.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:23.557250+0000 mgr.smithi090.wjxbir (mgr.14164) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:25.373 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:25.373 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:25.374 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:25.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:25.370800+0000 mon.smithi090 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.92:0/2862795504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:26.988 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:26.989 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:25.557535+0000 mgr.smithi090.wjxbir (mgr.14164) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:25.685638+0000 mon.smithi090 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:28.953 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:28.954 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:28.955 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:27.557805+0000 mgr.smithi090.wjxbir (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:30.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:28.951826+0000 mon.smithi090 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.92:0/1380720146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:30.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:30.623 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:30.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:29.558083+0000 mgr.smithi090.wjxbir (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:32.514 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:32.514 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:32.516 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:31.558352+0000 mgr.smithi090.wjxbir (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:32.512357+0000 mon.smithi090 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.92:0/2770967786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:34.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:34.088 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:34.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:33.537659+0000 mon.smithi090 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:34.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:33.543171+0000 mgr.smithi090.wjxbir (mgr.14164) 35 : cephadm [INF] Deploying daemon prometheus.smithi090 on smithi090 2024-03-11T12:58:34.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:33.558566+0000 mgr.smithi090.wjxbir (mgr.14164) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:36.001 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:36.001 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:36.002 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:35.558872+0000 mgr.smithi090.wjxbir (mgr.14164) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:35.688666+0000 mon.smithi090 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:35.691026+0000 mon.smithi090 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:58:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:35.693716+0000 mon.smithi090 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:58:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:35.999104+0000 mon.smithi090 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.92:0/2741635555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:37.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:37.635 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:37.559169+0000 mgr.smithi090.wjxbir (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:39.582 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:39.582 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:39.583 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:40.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:39.580107+0000 mon.smithi090 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.92:0/2462578826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:39.559484+0000 mgr.smithi090.wjxbir (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:41.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:41.224 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:41.559724+0000 mgr.smithi090.wjxbir (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:43.169 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:43.169 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:43.171 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:44.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:43.167789+0000 mon.smithi090 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.92:0/1956251874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:44.843 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:44.844 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:43.559928+0000 mgr.smithi090.wjxbir (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:46.812 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:46.813 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:46.814 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:45.560156+0000 mgr.smithi090.wjxbir (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:47.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:46.810516+0000 mon.smithi090 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.92:0/2838010120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:48.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:48.342 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:48.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:47.560307+0000 mgr.smithi090.wjxbir (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:50.346 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:50.346 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:50.348 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:50.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:49.340356+0000 mon.smithi090 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:50.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:49.341182+0000 mon.smithi090 (mon.0) 155 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:58:50.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:49.341958+0000 mon.smithi090 (mon.0) 156 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:58:50.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:49.342458+0000 mon.smithi090 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T12:58:50.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:49.899148+0000 mon.smithi090 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:50.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:50.134357+0000 mon.smithi090 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:51.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:49.560562+0000 mgr.smithi090.wjxbir (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:50.344365+0000 mon.smithi090 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.92:0/2823381345' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:50.694543+0000 mon.smithi090 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:52.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:52.288 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:51.560808+0000 mgr.smithi090.wjxbir (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:54.407 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:54.407 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:54.409 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:55.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:53.561130+0000 mgr.smithi090.wjxbir (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:55.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:54.405402+0000 mon.smithi090 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.92:0/3067046391' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:55.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:54.786607+0000 mon.smithi090 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:56.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:56.250 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:58:57.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:55.561421+0000 mgr.smithi090.wjxbir (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:57.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:55.997162+0000 mon.smithi090 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:57.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:55.998021+0000 mon.smithi090 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2024-03-11T12:58:58.101 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:58:58.101 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:58:58.102 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:57.561799+0000 mgr.smithi090.wjxbir (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:57.906249+0000 mon.smithi090 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.098473+0000 mon.smithi090 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.92:0/283775023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:58.139543+0000 mgr.smithi090.wjxbir (mgr.14164) 49 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:58.154435+0000 mgr.smithi090.wjxbir (mgr.14164) 50 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.182893+0000 mon.smithi090 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.185184+0000 mon.smithi090 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.186499+0000 mon.smithi090 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:58:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.188027+0000 mon.smithi090 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-11T12:58:59.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:58:58.188574+0000 mon.smithi090 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:58:59.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:58:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:58:58.189049+0000 mgr.smithi090.wjxbir (mgr.14164) 51 : cephadm [INF] Deploying daemon crash.smithi092 on smithi092 2024-03-11T12:58:59.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:58:59.716 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:59:01.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:58:59.562163+0000 mgr.smithi090.wjxbir (mgr.14164) 52 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:02.136 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:59:02.136 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:59:02.137 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:01.562452+0000 mgr.smithi090.wjxbir (mgr.14164) 53 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:01.700888+0000 mon.smithi090 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:01.703130+0000 mon.smithi090 (mon.0) 174 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:01.706061+0000 mon.smithi090 (mon.0) 175 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:01.706793+0000 mon.smithi090 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:01.707710+0000 mon.smithi090 (mon.0) 177 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:01.708352+0000 mgr.smithi090.wjxbir (mgr.14164) 54 : cephadm [INF] Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T12:59:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:02.133721+0000 mon.smithi090 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.92:0/706852409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:59:04.390 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:59:04.390 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:59:05.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:03.562814+0000 mgr.smithi090.wjxbir (mgr.14164) 55 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:05.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:03.903489+0000 mon.smithi090 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:05.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:03.905328+0000 mon.smithi090 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T12:59:05.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:03.906170+0000 mon.smithi090 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:05.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:03.906787+0000 mgr.smithi090.wjxbir (mgr.14164) 56 : cephadm [INF] Deploying daemon mon.smithi092 on smithi092 2024-03-11T12:59:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:05.563196+0000 mgr.smithi090.wjxbir (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:05.697769+0000 mon.smithi090 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:07.139 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:59:07.139 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":1,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:56:22.425126Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T12:59:07.141 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 1 2024-03-11T12:59:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:07.137152+0000 mon.smithi090 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.92:0/2270456226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:59:08.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 systemd[1]: Starting Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T12:59:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:07.563574+0000 mgr.smithi090.wjxbir (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.925+0000 7f9eb6f08700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.925+0000 7f9eb6f08700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.925+0000 7f9eb6f08700 0 pidfile_write: ignore empty --pid-file 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 0 load: jerasure load: lrc load: isa 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T12:59:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: DB SUMMARY 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: CURRENT file: CURRENT 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: IDENTITY file: IDENTITY 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 0, files: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 000003.log size: 511 ; 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.create_if_missing: 0 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T12:59:09.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.env: 0x56378241e1c0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.fs: Posix File System 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.info_log: 0x56378410ba40 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.statistics: (nil) 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.use_fsync: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T12:59:09.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.db_log_dir: 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi092/store.db 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T12:59:09.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.write_buffer_manager: 0x563784d82030 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.unordered_write: 0 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T12:59:09.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.row_cache: None 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.wal_filter: None 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T12:59:09.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.max_open_files: -1 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T12:59:09.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Compression algorithms supported: 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kZSTD supported: 0 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.930+0000 7f9eb6f08700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000001 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T12:59:09.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.merge_operator: 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_filter: None 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563784024170) 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cache_index_and_filter_blocks: 1 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: pin_top_level_index_and_filter: 1 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: index_type: 0 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: data_block_index_type: 0 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: index_shortening: 1 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: data_block_hash_table_util_ratio: 0.750000 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: hash_index_allow_collision: 1 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: checksum: 1 2024-03-11T12:59:09.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: no_block_cache: 0 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_cache: 0x56378405af10 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_cache_name: BinnedLRUCache 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_cache_options: 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: capacity : 536870912 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: num_shard_bits : 4 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: strict_capacity_limit : 0 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: high_pri_pool_ratio: 0.000 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_cache_compressed: (nil) 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: persistent_cache: (nil) 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_size: 4096 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_size_deviation: 10 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_restart_interval: 16 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: index_block_restart_interval: 1 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: metadata_block_size: 4096 2024-03-11T12:59:09.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: partition_filters: 0 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: use_delta_encoding: 1 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: whole_key_filtering: 1 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: verify_compression: 0 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: read_amp_bytes_per_bit: 0 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: format_version: 2 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: enable_index_compression: 1 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: block_align: 0 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression: NoCompression 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T12:59:09.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.num_levels: 7 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T12:59:09.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T12:59:09.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T12:59:09.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T12:59:09.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.ttl: 2592000 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/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-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161948933568, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 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-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161948934167, "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": 1710161948, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-03-11T12:59:09.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.932+0000 7f9eb6f08700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710161948934656, "job": 1, "event": "recovery_finished"} 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.934+0000 7f9eb6f08700 4 rocksdb: DB pointer 0x56378411f800 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.935+0000 7f9e9dd10700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.935+0000 7f9e9dd10700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** DB Stats ** 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** Compaction Stats [default] ** 2024-03-11T12:59:09.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** Compaction Stats [default] ** 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:59:09.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:59:09.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:59:09.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** Compaction Stats [default] ** 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** Compaction Stats [default] ** 2024-03-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.935+0000 7f9eb6f08700 0 mon.smithi092 does not exist in monmap, will attempt to join an existing cluster 2024-03-11T12:59:09.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.935+0000 7f9eb6f08700 0 using public_addr v2:172.21.15.92:0/0 -> [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.936+0000 7f9eb6f08700 0 starting mon.smithi092 rank -1 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi092 fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.937+0000 7f9eb6f08700 1 mon.smithi092@-1(???) e0 preinit fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.972+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).mds e1 new map 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.972+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).mds e1 print_map 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: e1 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 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-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: legacy client fscid: -1 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: No filesystems configured 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.972+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-11T12:59:09.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 0 mon.smithi092@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:07.563574+0000 mgr.smithi090.wjxbir (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.973+0000 7f9ea0515700 1 mon.smithi092@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expand map: {default=false} 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta from 'false' to 'false' 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expanded map: {default=false} 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expand map: {default=info} 2024-03-11T12:59:09.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta from 'info' to 'info' 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expanded map: {default=info} 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expand map: {default=daemon} 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expanded map: {default=daemon} 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expand map: {default=debug} 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta from 'debug' to 'debug' 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T12:59:08.975+0000 7f9ea0515700 20 expand_channel_meta expanded map: {default=debug} 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 bash[38917]: b575e2558f65f22920833995ff3bfe8d086e21826808a463384473c3c64804a2 2024-03-11T12:59:09.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:08 smithi092 systemd[1]: Started Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T12:59:09.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T12:59:09.469 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-11T12:59:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:08.983515+0000 mon.smithi090 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:59:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:08.983718+0000 mon.smithi090 (mon.0) 186 : cluster [INF] mon.smithi090 calling monitor election 2024-03-11T12:59:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:08.999151+0000 mon.smithi090 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:09.034249+0000 mon.smithi090 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:09.563990+0000 mgr.smithi090.wjxbir (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:09.978286+0000 mon.smithi090 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:10.978078+0000 mon.smithi090 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:10.978985+0000 mon.smithi092 (mon.1) 1 : cluster [INF] mon.smithi092 calling monitor election 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:11.564322+0000 mgr.smithi090.wjxbir (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:11.978396+0000 mon.smithi090 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:12.978270+0000 mon.smithi090 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:13.978072+0000 mon.smithi090 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.012982+0000 mon.smithi090 (mon.0) 194 : cluster [INF] mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.018321+0000 mon.smithi090 (mon.0) 195 : cluster [DBG] monmap e2: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.018365+0000 mon.smithi090 (mon.0) 196 : cluster [DBG] fsmap 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.018390+0000 mon.smithi090 (mon.0) 197 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.018659+0000 mon.smithi090 (mon.0) 198 : cluster [DBG] mgrmap e17: smithi090.wjxbir(active, since 98s) 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.019291+0000 mon.smithi090 (mon.0) 199 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T12:59:14.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.020930+0000 mon.smithi090 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T12:59:14.354 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.023367+0000 mon.smithi090 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2024-03-11T12:59:14.354 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.025038+0000 mon.smithi090 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T12:59:14.354 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.025606+0000 mon.smithi090 (mon.0) 203 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T12:59:14.354 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.028958+0000 mon.smithi090 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:08.983515+0000 mon.smithi090 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:08.983718+0000 mon.smithi090 (mon.0) 186 : cluster [INF] mon.smithi090 calling monitor election 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:08.999151+0000 mon.smithi090 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:09.034249+0000 mon.smithi090 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:09.563990+0000 mgr.smithi090.wjxbir (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:14.393 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:09.978286+0000 mon.smithi090 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:10.978078+0000 mon.smithi090 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:10.978985+0000 mon.smithi092 (mon.1) 1 : cluster [INF] mon.smithi092 calling monitor election 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:11.564322+0000 mgr.smithi090.wjxbir (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:11.978396+0000 mon.smithi090 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:12.978270+0000 mon.smithi090 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:13.978072+0000 mon.smithi090 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.012982+0000 mon.smithi090 (mon.0) 194 : cluster [INF] mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.018321+0000 mon.smithi090 (mon.0) 195 : cluster [DBG] monmap e2: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.018365+0000 mon.smithi090 (mon.0) 196 : cluster [DBG] fsmap 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.018390+0000 mon.smithi090 (mon.0) 197 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.018659+0000 mon.smithi090 (mon.0) 198 : cluster [DBG] mgrmap e17: smithi090.wjxbir(active, since 98s) 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.019291+0000 mon.smithi090 (mon.0) 199 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.020930+0000 mon.smithi090 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.023367+0000 mon.smithi090 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2024-03-11T12:59:14.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.025038+0000 mon.smithi090 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T12:59:14.395 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.025606+0000 mon.smithi090 (mon.0) 203 : audit [DBG] from='mgr.? 172.21.15.92:0/1730680814' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T12:59:14.395 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.028958+0000 mon.smithi090 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:14.589 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-11T12:59:14.590 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":2,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","modified":"2024-03-11T12:59:08.978058Z","created":"2024-03-11T12:56:22.425126Z","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":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-11T12:59:14.590 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 2 2024-03-11T12:59:15.108 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-11T12:59:15.109 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph config generate-minimal-conf 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:13.564690+0000 mgr.smithi090.wjxbir (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:14.030600+0000 mgr.smithi090.wjxbir (mgr.14164) 62 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:14.080488+0000 mon.smithi090 (mon.0) 205 : cluster [DBG] mgrmap e18: smithi090.wjxbir(active, since 98s), standbys: smithi092.ygxdfq 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.080637+0000 mon.smithi090 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.585935+0000 mon.smithi090 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.92:0/418678312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:59:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:14.978663+0000 mon.smithi090 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:13.564690+0000 mgr.smithi090.wjxbir (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:14.030600+0000 mgr.smithi090.wjxbir (mgr.14164) 62 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:14.080488+0000 mon.smithi090 (mon.0) 205 : cluster [DBG] mgrmap e18: smithi090.wjxbir(active, since 98s), standbys: smithi092.ygxdfq 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.080637+0000 mon.smithi090 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.585935+0000 mon.smithi090 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.92:0/418678312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T12:59:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:14.978663+0000 mon.smithi090 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T12:59:17.010 INFO:teuthology.orchestra.run.smithi090.stdout:# minimal ceph.conf for b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:59:17.010 INFO:teuthology.orchestra.run.smithi090.stdout:[global] 2024-03-11T12:59:17.010 INFO:teuthology.orchestra.run.smithi090.stdout: fsid = b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T12:59:17.010 INFO:teuthology.orchestra.run.smithi090.stdout: mon_host = [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] 2024-03-11T12:59:17.040 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:15.565031+0000 mgr.smithi090.wjxbir (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:17.040 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:15.703830+0000 mon.smithi090 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:15.565031+0000 mgr.smithi090.wjxbir (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:15.703830+0000 mon.smithi090 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:17.607 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-11T12:59:17.607 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:59:17.608 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.conf 2024-03-11T12:59:17.637 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:59:17.637 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:59:17.704 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:59:17.704 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2024-03-11T12:59:17.742 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:59:17.742 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:59:17.812 INFO:tasks.cephadm:Deploying OSDs... 2024-03-11T12:59:17.812 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T12:59:17.812 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/scratch_devs of=/dev/stdout 2024-03-11T12:59:17.830 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-11T12:59:17.830 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_1 2024-03-11T12:59:17.888 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 6h/6d Inode: 163686 Links: 1 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-11 12:58:48.716493014 +0000 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-11 12:54:56.957783775 +0000 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-11 12:54:56.957783775 +0000 2024-03-11T12:59:17.889 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-03-11T12:59:17.889 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-11T12:59:17.952 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:17.008175+0000 mon.smithi090 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.90:0/1596247692' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:17.954 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-11T12:59:17.954 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-11T12:59:17.954 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000235776 s, 2.2 MB/s 2024-03-11T12:59:17.955 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-11T12:59:18.014 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_2 2024-03-11T12:59:18.072 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-11T12:59:18.072 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:18.072 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 6h/6d Inode: 169028 Links: 1 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-11 12:58:48.716493014 +0000 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-11 12:54:57.285778491 +0000 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-11 12:54:57.285778491 +0000 2024-03-11T12:59:18.073 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-03-11T12:59:18.073 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-11T12:59:18.138 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-11T12:59:18.139 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-11T12:59:18.139 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000236379 s, 2.2 MB/s 2024-03-11T12:59:18.140 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-11T12:59:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:17.008175+0000 mon.smithi090 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.90:0/1596247692' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:18.198 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_3 2024-03-11T12:59:18.256 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-11T12:59:18.256 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 6h/6d Inode: 169087 Links: 1 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-11 12:58:48.716493014 +0000 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-11 12:54:57.633772885 +0000 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-11 12:54:57.633772885 +0000 2024-03-11T12:59:18.257 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-03-11T12:59:18.258 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-11T12:59:18.322 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-11T12:59:18.322 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-11T12:59:18.322 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000177337 s, 2.9 MB/s 2024-03-11T12:59:18.323 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-11T12:59:18.382 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_4 2024-03-11T12:59:18.440 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-11T12:59:18.440 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:18.440 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 6h/6d Inode: 170030 Links: 1 2024-03-11T12:59:18.440 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:18.440 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:18.441 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-11 12:58:48.716493014 +0000 2024-03-11T12:59:18.441 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-11 12:54:57.976767359 +0000 2024-03-11T12:59:18.441 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-11 12:54:57.976767359 +0000 2024-03-11T12:59:18.441 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-03-11T12:59:18.441 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-11T12:59:18.505 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-11T12:59:18.506 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-11T12:59:18.506 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000227646 s, 2.2 MB/s 2024-03-11T12:59:18.507 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-11T12:59:18.566 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-11T12:59:18.566 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2024-03-11T12:59:18.588 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-11T12:59:18.588 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2024-03-11T12:59:18.649 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-11T12:59:18.649 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:18.649 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 166579 Links: 1 2024-03-11T12:59:18.649 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:18.650 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:18.650 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-11 12:59:14.442559103 +0000 2024-03-11T12:59:18.650 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-11 12:54:56.792079088 +0000 2024-03-11T12:59:18.650 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-11 12:54:56.792079088 +0000 2024-03-11T12:59:18.650 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-03-11T12:59:18.650 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-11T12:59:18.721 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-11T12:59:18.721 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-11T12:59:18.721 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000235686 s, 2.2 MB/s 2024-03-11T12:59:18.722 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-11T12:59:18.786 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 164629 Links: 1 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-11 12:59:14.442559103 +0000 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-11 12:54:57.140068993 +0000 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-11 12:54:57.140068993 +0000 2024-03-11T12:59:18.848 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-03-11T12:59:18.848 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-11T12:59:18.920 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-11T12:59:18.920 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-11T12:59:18.920 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000234449 s, 2.2 MB/s 2024-03-11T12:59:18.922 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-11T12:59:18.985 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 164717 Links: 1 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-11 12:59:14.442559103 +0000 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-11 12:54:57.497058638 +0000 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-11 12:54:57.497058638 +0000 2024-03-11T12:59:19.047 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-03-11T12:59:19.048 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-11T12:59:19.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:17.565351+0000 mgr.smithi090.wjxbir (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:19.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:17.565351+0000 mgr.smithi090.wjxbir (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:19.117 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-11T12:59:19.118 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-11T12:59:19.118 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000243594 s, 2.1 MB/s 2024-03-11T12:59:19.119 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-11T12:59:19.182 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 169991 Links: 1 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-11 12:59:14.442559103 +0000 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-11 12:54:57.834048863 +0000 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-11 12:54:57.834048863 +0000 2024-03-11T12:59:19.244 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-03-11T12:59:19.245 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-11T12:59:19.314 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-11T12:59:19.315 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-11T12:59:19.315 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000272264 s, 1.9 MB/s 2024-03-11T12:59:19.316 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-11T12:59:19.379 INFO:tasks.cephadm:Deploying osd.0 on smithi090 with /dev/vg_nvme/lv_4... 2024-03-11T12:59:19.379 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-11T12:59:21.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:19.565632+0000 mgr.smithi090.wjxbir (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10+0 records in 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr:10+0 records out 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111388 s, 941 MB/s 2024-03-11T12:59:21.400 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping successful for: 2024-03-11T12:59:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:19.565632+0000 mgr.smithi090.wjxbir (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:22.008 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi090:vg_nvme/lv_4 2024-03-11T12:59:23.249 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:21.565851+0000 mgr.smithi090.wjxbir (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:23.272 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:21.565851+0000 mgr.smithi090.wjxbir (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:24.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.303288+0000 mon.smithi090 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:24.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.304669+0000 mon.smithi090 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:59:24.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.306061+0000 mon.smithi090 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:24.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.306904+0000 mon.smithi090 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T12:59:24.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.924214+0000 mon.smithi090 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T12:59:24.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.925665+0000 mon.smithi090 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T12:59:24.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.926197+0000 mon.smithi090 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.303288+0000 mon.smithi090 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.304669+0000 mon.smithi090 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.306061+0000 mon.smithi090 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.306904+0000 mon.smithi090 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.924214+0000 mon.smithi090 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.925665+0000 mon.smithi090 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T12:59:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.926197+0000 mon.smithi090 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:25.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:23.566125+0000 mgr.smithi090.wjxbir (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:25.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:23.923311+0000 mgr.smithi090.wjxbir (mgr.14164) 68 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:59:25.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:24.979665+0000 mon.smithi090 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:25.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:25.026407+0000 mon.smithi090 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:25.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:23.566125+0000 mgr.smithi090.wjxbir (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:25.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:23.923311+0000 mgr.smithi090.wjxbir (mgr.14164) 68 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:59:25.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:24.979665+0000 mon.smithi090 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:25.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:25.026407+0000 mon.smithi090 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:26.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:24.980162+0000 mgr.smithi090.wjxbir (mgr.14164) 69 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T12:59:26.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:24.995519+0000 mgr.smithi090.wjxbir (mgr.14164) 70 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:59:26.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:25.707490+0000 mon.smithi090 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:24.980162+0000 mgr.smithi090.wjxbir (mgr.14164) 69 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T12:59:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:24.995519+0000 mgr.smithi090.wjxbir (mgr.14164) 70 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T12:59:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:25.707490+0000 mon.smithi090 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:27.600 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:25.566461+0000 mgr.smithi090.wjxbir (mgr.14164) 71 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:27.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:25.566461+0000 mgr.smithi090.wjxbir (mgr.14164) 71 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:27.388160+0000 mon.smithi090 (mon.0) 221 : audit [INF] from='client.? 172.21.15.90:0/1499480455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "780a63e6-6eac-4175-94cf-b34ec649353e"}]: dispatch 2024-03-11T12:59:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:27.394381+0000 mon.smithi090 (mon.0) 222 : audit [INF] from='client.? 172.21.15.90:0/1499480455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "780a63e6-6eac-4175-94cf-b34ec649353e"}]': finished 2024-03-11T12:59:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:27.394420+0000 mon.smithi090 (mon.0) 223 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-11T12:59:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:27.394501+0000 mon.smithi090 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:27.825504+0000 mon.smithi090 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.90:0/3929465100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T12:59:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:27.388160+0000 mon.smithi090 (mon.0) 221 : audit [INF] from='client.? 172.21.15.90:0/1499480455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "780a63e6-6eac-4175-94cf-b34ec649353e"}]: dispatch 2024-03-11T12:59:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:27.394381+0000 mon.smithi090 (mon.0) 222 : audit [INF] from='client.? 172.21.15.90:0/1499480455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "780a63e6-6eac-4175-94cf-b34ec649353e"}]': finished 2024-03-11T12:59:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:27.394420+0000 mon.smithi090 (mon.0) 223 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-11T12:59:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:27.394501+0000 mon.smithi090 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:28.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:27.825504+0000 mon.smithi090 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.90:0/3929465100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T12:59:29.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:27.566735+0000 mgr.smithi090.wjxbir (mgr.14164) 72 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:29.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.755972+0000 mon.smithi090 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.774903+0000 mon.smithi090 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.777853+0000 mon.smithi090 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.780209+0000 mon.smithi090 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T12:59:29.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.780700+0000 mon.smithi090 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T12:59:29.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:28.781147+0000 mon.smithi090 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:27.566735+0000 mgr.smithi090.wjxbir (mgr.14164) 72 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.755972+0000 mon.smithi090 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.774903+0000 mon.smithi090 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.777853+0000 mon.smithi090 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.780209+0000 mon.smithi090 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T12:59:29.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.780700+0000 mon.smithi090 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T12:59:29.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:28.781147+0000 mon.smithi090 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:28.756399+0000 mgr.smithi090.wjxbir (mgr.14164) 73 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T12:59:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:28.779994+0000 mgr.smithi090.wjxbir (mgr.14164) 74 : cephadm [INF] Reconfiguring mon.smithi090 (unknown last config time)... 2024-03-11T12:59:30.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:28.781548+0000 mgr.smithi090.wjxbir (mgr.14164) 75 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-03-11T12:59:30.718 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:28.756399+0000 mgr.smithi090.wjxbir (mgr.14164) 73 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T12:59:30.718 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:28.779994+0000 mgr.smithi090.wjxbir (mgr.14164) 74 : cephadm [INF] Reconfiguring mon.smithi090 (unknown last config time)... 2024-03-11T12:59:30.718 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:28.781548+0000 mgr.smithi090.wjxbir (mgr.14164) 75 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-03-11T12:59:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:29.566972+0000 mgr.smithi090.wjxbir (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:31.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:29.566972+0000 mgr.smithi090.wjxbir (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:31.567225+0000 mgr.smithi090.wjxbir (mgr.14164) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:32.209437+0000 mon.smithi090 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:32.209975+0000 mgr.smithi090.wjxbir (mgr.14164) 78 : cephadm [INF] Reconfiguring mgr.smithi090.wjxbir (unknown last config time)... 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:32.210241+0000 mon.smithi090 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:32.210889+0000 mon.smithi090 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:32.211382+0000 mon.smithi090 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:33.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:32.211818+0000 mgr.smithi090.wjxbir (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:31.567225+0000 mgr.smithi090.wjxbir (mgr.14164) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:32.209437+0000 mon.smithi090 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:32.209975+0000 mgr.smithi090.wjxbir (mgr.14164) 78 : cephadm [INF] Reconfiguring mgr.smithi090.wjxbir (unknown last config time)... 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:32.210241+0000 mon.smithi090 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:32.210889+0000 mon.smithi090 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T12:59:33.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:32.211382+0000 mon.smithi090 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:33.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:32.211818+0000 mgr.smithi090.wjxbir (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T12:59:35.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:33.567541+0000 mgr.smithi090.wjxbir (mgr.14164) 80 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:35.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:34.023462+0000 mon.smithi090 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:35.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:34.024094+0000 mgr.smithi090.wjxbir (mgr.14164) 81 : cephadm [INF] Reconfiguring alertmanager.smithi090 (dependencies changed)... 2024-03-11T12:59:35.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:34.026654+0000 mgr.smithi090.wjxbir (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T12:59:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:33.567541+0000 mgr.smithi090.wjxbir (mgr.14164) 80 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:34.023462+0000 mon.smithi090 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:34.024094+0000 mgr.smithi090.wjxbir (mgr.14164) 81 : cephadm [INF] Reconfiguring alertmanager.smithi090 (dependencies changed)... 2024-03-11T12:59:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:34.026654+0000 mgr.smithi090.wjxbir (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T12:59:36.345 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:35.323140+0000 mon.smithi090 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T12:59:36.345 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:35.323720+0000 mon.smithi090 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:36.345 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:35.324164+0000 mgr.smithi090.wjxbir (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-03-11T12:59:36.345 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:35.691985+0000 mon.smithi090 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:59:36.345 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:35.694497+0000 mon.smithi090 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:59:36.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:35.323140+0000 mon.smithi090 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T12:59:36.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:35.323720+0000 mon.smithi090 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:36.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:35.324164+0000 mgr.smithi090.wjxbir (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-03-11T12:59:36.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:35.691985+0000 mon.smithi090 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T12:59:36.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:35.694497+0000 mon.smithi090 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T12:59:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:35.567767+0000 mgr.smithi090.wjxbir (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:37.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:35.567767+0000 mgr.smithi090.wjxbir (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:39.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:37.568016+0000 mgr.smithi090.wjxbir (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:39.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:37.568016+0000 mgr.smithi090.wjxbir (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:39.568276+0000 mgr.smithi090.wjxbir (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:39.994902+0000 mon.smithi090 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:39.995415+0000 mgr.smithi090.wjxbir (mgr.14164) 87 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:39.995658+0000 mon.smithi090 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:39.996302+0000 mon.smithi090 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:39.996752+0000 mgr.smithi090.wjxbir (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-03-11T12:59:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:39.568276+0000 mgr.smithi090.wjxbir (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:39.994902+0000 mon.smithi090 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:39.995415+0000 mgr.smithi090.wjxbir (mgr.14164) 87 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-03-11T12:59:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:39.995658+0000 mon.smithi090 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:59:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:39.996302+0000 mon.smithi090 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:39.996752+0000 mgr.smithi090.wjxbir (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-03-11T12:59:43.291 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:41.568615+0000 mgr.smithi090.wjxbir (mgr.14164) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:43.422 INFO:teuthology.orchestra.run.smithi090.stdout:Created osd(s) 0 on host 'smithi090' 2024-03-11T12:59:43.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:41.568615+0000 mgr.smithi090.wjxbir (mgr.14164) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:43.411720+0000 mon.smithi090 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:44.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:43.418941+0000 mon.smithi090 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:44.732 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:43.411720+0000 mon.smithi090 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:44.732 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:43.418941+0000 mon.smithi090 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:45.160 DEBUG:teuthology.orchestra.run.smithi090:osd.0> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.0.service 2024-03-11T12:59:45.162 INFO:tasks.cephadm:Deploying osd.1 on smithi090 with /dev/vg_nvme/lv_3... 2024-03-11T12:59:45.162 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-11T12:59:45.192 INFO:journalctl@ceph.osd.0.smithi090.stdout:-- Logs begin at Mon 2024-03-11 12:49:10 UTC. -- 2024-03-11T12:59:45.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:43.568879+0000 mgr.smithi090.wjxbir (mgr.14164) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:45.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:44.773879+0000 mon.smithi090 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:45.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:43.568879+0000 mgr.smithi090.wjxbir (mgr.14164) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:45.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:44.773879+0000 mon.smithi090 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:46.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 12:59:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T12:59:46.523+0000 7f4d3ff9e080 -1 osd.0 0 log_to_monitors {default=true} 2024-03-11T12:59:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:44.774380+0000 mgr.smithi090.wjxbir (mgr.14164) 91 : cephadm [INF] Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T12:59:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:44.778704+0000 mgr.smithi090.wjxbir (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T12:59:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:44.774380+0000 mgr.smithi090.wjxbir (mgr.14164) 91 : cephadm [INF] Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T12:59:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:44.778704+0000 mgr.smithi090.wjxbir (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T12:59:47.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:45.569132+0000 mgr.smithi090.wjxbir (mgr.14164) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:47.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:46.527952+0000 mon.smithi090 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T12:59:47.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:45.569132+0000 mgr.smithi090.wjxbir (mgr.14164) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:47.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:46.527952+0000 mon.smithi090 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T12:59:48.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:47.428350+0000 mon.smithi090 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T12:59:48.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:47.428400+0000 mon.smithi090 (mon.0) 249 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-11T12:59:48.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:47.428501+0000 mon.smithi090 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:48.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:47.428937+0000 mon.smithi090 (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T12:59:48.852 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T12:59:48.432+0000 7f4d37d04700 -1 osd.0 0 waiting for initial osdmap 2024-03-11T12:59:48.852 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T12:59:48.435+0000 7f4d3147a700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T12:59:48.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:47.428350+0000 mon.smithi090 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T12:59:48.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:47.428400+0000 mon.smithi090 (mon.0) 249 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-11T12:59:48.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:47.428501+0000 mon.smithi090 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:48.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:47.428937+0000 mon.smithi090 (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10+0 records in 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr:10+0 records out 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124165 s, 844 MB/s 2024-03-11T12:59:49.462 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping successful for: 2024-03-11T12:59:49.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:47.569330+0000 mgr.smithi090.wjxbir (mgr.14164) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:49.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:48.429845+0000 mon.smithi090 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T12:59:49.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:48.429900+0000 mon.smithi090 (mon.0) 253 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-03-11T12:59:49.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:48.430311+0000 mon.smithi090 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:49.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:48.434170+0000 mon.smithi090 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:47.569330+0000 mgr.smithi090.wjxbir (mgr.14164) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:48.429845+0000 mon.smithi090 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T12:59:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:48.429900+0000 mon.smithi090 (mon.0) 253 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-03-11T12:59:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:48.430311+0000 mon.smithi090 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:49.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:48.434170+0000 mon.smithi090 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:50.000 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi090:vg_nvme/lv_3 2024-03-11T12:59:50.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:47.557247+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T12:59:50.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:47.557344+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T12:59:50.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:49.437025+0000 mon.smithi090 (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524] boot 2024-03-11T12:59:50.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:49.437054+0000 mon.smithi090 (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-11T12:59:50.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:49.438227+0000 mon.smithi090 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:50.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:49.569755+0000 mgr.smithi090.wjxbir (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:47.557247+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T12:59:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:47.557344+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T12:59:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:49.437025+0000 mon.smithi090 (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.90:6802/1500481524,v1:172.21.15.90:6803/1500481524] boot 2024-03-11T12:59:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:49.437054+0000 mon.smithi090 (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-11T12:59:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:49.438227+0000 mon.smithi090 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T12:59:50.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:49.569755+0000 mgr.smithi090.wjxbir (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T12:59:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:50.447449+0000 mon.smithi090 (mon.0) 259 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-03-11T12:59:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:51.391906+0000 mon.smithi090 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:51.392511+0000 mgr.smithi090.wjxbir (mgr.14164) 96 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T12:59:51.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:51.394553+0000 mgr.smithi090.wjxbir (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T12:59:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:50.447449+0000 mon.smithi090 (mon.0) 259 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-03-11T12:59:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:51.391906+0000 mon.smithi090 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:51.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:51.392511+0000 mgr.smithi090.wjxbir (mgr.14164) 96 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T12:59:51.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:51.394553+0000 mgr.smithi090.wjxbir (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T12:59:52.678 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:51.570050+0000 mgr.smithi090.wjxbir (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:52.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:51.570050+0000 mgr.smithi090.wjxbir (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:53.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:52.850292+0000 mgr.smithi090.wjxbir (mgr.14164) 99 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:59:53.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:52.850997+0000 mon.smithi090 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T12:59:53.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:52.852190+0000 mon.smithi090 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T12:59:53.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:52.852663+0000 mon.smithi090 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:53.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:52.850292+0000 mgr.smithi090.wjxbir (mgr.14164) 99 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T12:59:53.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:52.850997+0000 mon.smithi090 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T12:59:53.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:52.852190+0000 mon.smithi090 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T12:59:53.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:52.852663+0000 mon.smithi090 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:53.570365+0000 mgr.smithi090.wjxbir (mgr.14164) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:54.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:53.570365+0000 mgr.smithi090.wjxbir (mgr.14164) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:56.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:55.570573+0000 mgr.smithi090.wjxbir (mgr.14164) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:55.570573+0000 mgr.smithi090.wjxbir (mgr.14164) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:58.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:57.237514+0000 mon.smithi090 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:58.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:57.237956+0000 mgr.smithi090.wjxbir (mgr.14164) 102 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2024-03-11T12:59:58.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:57.238174+0000 mon.smithi090 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:59:58.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:57.238762+0000 mon.smithi090 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:58.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:57.239140+0000 mgr.smithi090.wjxbir (mgr.14164) 103 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2024-03-11T12:59:58.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:57.237514+0000 mon.smithi090 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:57.237956+0000 mgr.smithi090.wjxbir (mgr.14164) 102 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2024-03-11T12:59:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:57.238174+0000 mon.smithi090 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T12:59:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:57.238762+0000 mon.smithi090 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:57.239140+0000 mgr.smithi090.wjxbir (mgr.14164) 103 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2024-03-11T12:59:59.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:57.570828+0000 mgr.smithi090.wjxbir (mgr.14164) 104 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:59.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.270331+0000 mon.smithi090 (mon.0) 267 : audit [INF] from='client.? 172.21.15.90:0/1385947239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a1b6bb02-eff8-4bc2-865d-785a4cee7771"}]: dispatch 2024-03-11T12:59:59.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.277813+0000 mon.smithi090 (mon.0) 268 : audit [INF] from='client.? 172.21.15.90:0/1385947239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a1b6bb02-eff8-4bc2-865d-785a4cee7771"}]': finished 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:58.277871+0000 mon.smithi090 (mon.0) 269 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.277976+0000 mon.smithi090 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.624396+0000 mon.smithi090 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.625063+0000 mon.smithi090 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.625729+0000 mon.smithi090 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.626236+0000 mon.smithi090 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:59.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 12:59:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:58.680075+0000 mon.smithi090 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.90:0/547115268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:57.570828+0000 mgr.smithi090.wjxbir (mgr.14164) 104 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.270331+0000 mon.smithi090 (mon.0) 267 : audit [INF] from='client.? 172.21.15.90:0/1385947239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a1b6bb02-eff8-4bc2-865d-785a4cee7771"}]: dispatch 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.277813+0000 mon.smithi090 (mon.0) 268 : audit [INF] from='client.? 172.21.15.90:0/1385947239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a1b6bb02-eff8-4bc2-865d-785a4cee7771"}]': finished 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:58.277871+0000 mon.smithi090 (mon.0) 269 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.277976+0000 mon.smithi090 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.624396+0000 mon.smithi090 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.625063+0000 mon.smithi090 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T12:59:59.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.625729+0000 mon.smithi090 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T12:59:59.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.626236+0000 mon.smithi090 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T12:59:59.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 12:59:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:58.680075+0000 mon.smithi090 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.90:0/547115268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:00:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:58.624843+0000 mgr.smithi090.wjxbir (mgr.14164) 105 : cephadm [INF] Reconfiguring mgr.smithi092.ygxdfq (monmap changed)... 2024-03-11T13:00:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:58.626657+0000 mgr.smithi090.wjxbir (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:00:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:59.923897+0000 mon.smithi090 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:59.924650+0000 mon.smithi090 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:00:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:59.925355+0000 mon.smithi090 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:00:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T12:59:59.925977+0000 mon.smithi090 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:00.000151+0000 mon.smithi090 (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-03-11T13:00:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:58.624843+0000 mgr.smithi090.wjxbir (mgr.14164) 105 : cephadm [INF] Reconfiguring mgr.smithi092.ygxdfq (monmap changed)... 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:58.626657+0000 mgr.smithi090.wjxbir (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:59.923897+0000 mon.smithi090 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:59.924650+0000 mon.smithi090 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:59.925355+0000 mon.smithi090 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T12:59:59.925977+0000 mon.smithi090 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:00.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:00.000151+0000 mon.smithi090 (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-03-11T13:00:01.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T12:59:59.571103+0000 mgr.smithi090.wjxbir (mgr.14164) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:01.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:59.924415+0000 mgr.smithi090.wjxbir (mgr.14164) 108 : cephadm [INF] Reconfiguring mon.smithi092 (monmap changed)... 2024-03-11T13:00:01.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T12:59:59.926511+0000 mgr.smithi090.wjxbir (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon mon.smithi092 on smithi092 2024-03-11T13:00:01.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T12:59:59.571103+0000 mgr.smithi090.wjxbir (mgr.14164) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:01.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:59.924415+0000 mgr.smithi090.wjxbir (mgr.14164) 108 : cephadm [INF] Reconfiguring mon.smithi092 (monmap changed)... 2024-03-11T13:00:01.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T12:59:59.926511+0000 mgr.smithi090.wjxbir (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon mon.smithi092 on smithi092 2024-03-11T13:00:02.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:01.249550+0000 mon.smithi090 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:02.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:01.252583+0000 mon.smithi090 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:00:02.589 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:01.252921+0000 mgr.smithi090.wjxbir (mgr.14164) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:00:02.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:01.249550+0000 mon.smithi090 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:02.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:01.252583+0000 mon.smithi090 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:00:02.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:01.252921+0000 mgr.smithi090.wjxbir (mgr.14164) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:00:03.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:01.571397+0000 mgr.smithi090.wjxbir (mgr.14164) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:03.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:01.571397+0000 mgr.smithi090.wjxbir (mgr.14164) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:04.594 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:04.137868+0000 mon.smithi090 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:00:04.594 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:04.138479+0000 mon.smithi090 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:04.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:04.137868+0000 mon.smithi090 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:00:04.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:04.138479+0000 mon.smithi090 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:05.454 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:03.571673+0000 mgr.smithi090.wjxbir (mgr.14164) 112 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:05.454 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:04.138942+0000 mgr.smithi090.wjxbir (mgr.14164) 113 : cephadm [INF] Deploying daemon osd.1 on smithi090 2024-03-11T13:00:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:03.571673+0000 mgr.smithi090.wjxbir (mgr.14164) 112 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:04.138942+0000 mgr.smithi090.wjxbir (mgr.14164) 113 : cephadm [INF] Deploying daemon osd.1 on smithi090 2024-03-11T13:00:06.799 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:05.571949+0000 mgr.smithi090.wjxbir (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:06.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:05.571949+0000 mgr.smithi090.wjxbir (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:07.631 INFO:teuthology.orchestra.run.smithi090.stdout:Created osd(s) 1 on host 'smithi090' 2024-03-11T13:00:08.258 DEBUG:teuthology.orchestra.run.smithi090:osd.1> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.1.service 2024-03-11T13:00:08.260 INFO:tasks.cephadm:Deploying osd.2 on smithi090 with /dev/vg_nvme/lv_2... 2024-03-11T13:00:08.261 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-11T13:00:08.290 INFO:journalctl@ceph.osd.1.smithi090.stdout:-- Logs begin at Mon 2024-03-11 12:49:10 UTC. -- 2024-03-11T13:00:08.880 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:07.572285+0000 mgr.smithi090.wjxbir (mgr.14164) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.621989+0000 mon.smithi090 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.627830+0000 mon.smithi090 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.638178+0000 mon.smithi090 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.90:9093"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.638544+0000 mgr.smithi090.wjxbir (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.90:9093"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.645083+0000 mon.smithi090 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.647799+0000 mon.smithi090 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.648103+0000 mgr.smithi090.wjxbir (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.653582+0000 mon.smithi090 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.90:3000"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.653876+0000 mgr.smithi090.wjxbir (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.90:3000"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.659590+0000 mon.smithi090 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.662059+0000 mon.smithi090 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.662424+0000 mgr.smithi090.wjxbir (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:00:08.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.666182+0000 mon.smithi090 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.90:9095"}]: dispatch 2024-03-11T13:00:08.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.666464+0000 mgr.smithi090.wjxbir (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.90:9095"}]: dispatch 2024-03-11T13:00:08.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.672126+0000 mon.smithi090 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.674069+0000 mon.smithi090 (mon.0) 295 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:08.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.675064+0000 mon.smithi090 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:08.882 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:07.675803+0000 mon.smithi090 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:08.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:07.572285+0000 mgr.smithi090.wjxbir (mgr.14164) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:08.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.621989+0000 mon.smithi090 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.627830+0000 mon.smithi090 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.638178+0000 mon.smithi090 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.90:9093"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.638544+0000 mgr.smithi090.wjxbir (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.90:9093"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.645083+0000 mon.smithi090 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.647799+0000 mon.smithi090 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.648103+0000 mgr.smithi090.wjxbir (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.653582+0000 mon.smithi090 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.90:3000"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.653876+0000 mgr.smithi090.wjxbir (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.90:3000"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.659590+0000 mon.smithi090 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.662059+0000 mon.smithi090 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.662424+0000 mgr.smithi090.wjxbir (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.666182+0000 mon.smithi090 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.90:9095"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.666464+0000 mgr.smithi090.wjxbir (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.90:9095"}]: dispatch 2024-03-11T13:00:08.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.672126+0000 mon.smithi090 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:08.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.674069+0000 mon.smithi090 (mon.0) 295 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:08.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.675064+0000 mon.smithi090 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:08.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:07.675803+0000 mon.smithi090 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:10.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:09.409557+0000 mon.smithi090 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:10.750 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:09.409557+0000 mon.smithi090 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:11.028 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-11T13:00:11.028 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-11T13:00:11.029 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10+0 records in 2024-03-11T13:00:11.029 INFO:teuthology.orchestra.run.smithi090.stderr:10+0 records out 2024-03-11T13:00:11.029 INFO:teuthology.orchestra.run.smithi090.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145858 s, 719 MB/s 2024-03-11T13:00:11.029 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping successful for: 2024-03-11T13:00:11.064 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:00:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:00:10.747+0000 7f52240b4080 -1 osd.1 0 log_to_monitors {default=true} 2024-03-11T13:00:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:09.572646+0000 mgr.smithi090.wjxbir (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:10.750564+0000 mon.smithi090 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T13:00:11.739 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:09.572646+0000 mgr.smithi090.wjxbir (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:11.739 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:10.750564+0000 mon.smithi090 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T13:00:11.757 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi090:vg_nvme/lv_2 2024-03-11T13:00:12.852 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:00:12.581+0000 7f521a617700 -1 osd.1 0 waiting for initial osdmap 2024-03-11T13:00:12.852 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:00:12.584+0000 7f5215d91700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:00:12.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:11.572909+0000 mgr.smithi090.wjxbir (mgr.14164) 122 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:12.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:11.575964+0000 mon.smithi090 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T13:00:12.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:11.576008+0000 mon.smithi090 (mon.0) 301 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-11T13:00:12.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:11.576088+0000 mon.smithi090 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:12.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:11.576382+0000 mon.smithi090 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:12.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:11.572909+0000 mgr.smithi090.wjxbir (mgr.14164) 122 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:12.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:11.575964+0000 mon.smithi090 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T13:00:12.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:11.576008+0000 mon.smithi090 (mon.0) 301 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-11T13:00:12.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:11.576088+0000 mon.smithi090 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:12.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:11.576382+0000 mon.smithi090 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:12.577566+0000 mon.smithi090 (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:12.577611+0000 mon.smithi090 (mon.0) 305 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-03-11T13:00:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:12.577923+0000 mon.smithi090 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:12.581571+0000 mon.smithi090 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:13.581386+0000 mon.smithi090 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:12.577566+0000 mon.smithi090 (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:12.577611+0000 mon.smithi090 (mon.0) 305 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-03-11T13:00:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:12.577923+0000 mon.smithi090 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:12.581571+0000 mon.smithi090 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:13.581386+0000 mon.smithi090 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:14.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:11.715701+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:00:14.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:11.715865+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:00:14.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:13.573195+0000 mgr.smithi090.wjxbir (mgr.14164) 123 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:14.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:13.586923+0000 mon.smithi090 (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883] boot 2024-03-11T13:00:14.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:13.586963+0000 mon.smithi090 (mon.0) 310 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-11T13:00:14.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:13.587610+0000 mon.smithi090 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:14.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:14.030491+0000 mgr.smithi090.wjxbir (mgr.14164) 124 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:00:14.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:14.031224+0000 mon.smithi090 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:14.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:14.032437+0000 mon.smithi090 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:14.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:14.032880+0000 mon.smithi090 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:11.715701+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:00:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:11.715865+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:00:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:13.573195+0000 mgr.smithi090.wjxbir (mgr.14164) 123 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T13:00:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:13.586923+0000 mon.smithi090 (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.90:6810/1677341883,v1:172.21.15.90:6811/1677341883] boot 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:13.586963+0000 mon.smithi090 (mon.0) 310 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:13.587610+0000 mon.smithi090 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:14.030491+0000 mgr.smithi090.wjxbir (mgr.14164) 124 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:14.031224+0000 mon.smithi090 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:14.032437+0000 mon.smithi090 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:14.032880+0000 mon.smithi090 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:15.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:14.595560+0000 mon.smithi090 (mon.0) 315 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-03-11T13:00:15.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:14.595560+0000 mon.smithi090 (mon.0) 315 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-03-11T13:00:16.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:15.573426+0000 mgr.smithi090.wjxbir (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:15.573426+0000 mgr.smithi090.wjxbir (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:18.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:16.732499+0000 mon.smithi090 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:18.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:17.452324+0000 mon.smithi090 (mon.0) 317 : audit [INF] from='client.? 172.21.15.90:0/326934014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa11268d-fb33-42ce-a044-e86717fe91b5"}]: dispatch 2024-03-11T13:00:18.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:17.456141+0000 mon.smithi090 (mon.0) 318 : audit [INF] from='client.? 172.21.15.90:0/326934014' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa11268d-fb33-42ce-a044-e86717fe91b5"}]': finished 2024-03-11T13:00:18.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:17.456188+0000 mon.smithi090 (mon.0) 319 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-11T13:00:18.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:17.456299+0000 mon.smithi090 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:16.732499+0000 mon.smithi090 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:17.452324+0000 mon.smithi090 (mon.0) 317 : audit [INF] from='client.? 172.21.15.90:0/326934014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa11268d-fb33-42ce-a044-e86717fe91b5"}]: dispatch 2024-03-11T13:00:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:17.456141+0000 mon.smithi090 (mon.0) 318 : audit [INF] from='client.? 172.21.15.90:0/326934014' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa11268d-fb33-42ce-a044-e86717fe91b5"}]': finished 2024-03-11T13:00:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:17.456188+0000 mon.smithi090 (mon.0) 319 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-11T13:00:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:17.456299+0000 mon.smithi090 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:18.887 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:17.573677+0000 mgr.smithi090.wjxbir (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:18.888 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:17.907174+0000 mon.smithi090 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.90:0/2663404805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:00:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:17.573677+0000 mgr.smithi090.wjxbir (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:17.907174+0000 mon.smithi090 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.90:0/2663404805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:00:21.060 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:19.574031+0000 mgr.smithi090.wjxbir (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:19.574031+0000 mgr.smithi090.wjxbir (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:23.048 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:21.574422+0000 mgr.smithi090.wjxbir (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:21.574422+0000 mgr.smithi090.wjxbir (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:25.246 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:23.574866+0000 mgr.smithi090.wjxbir (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:25.246 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:24.157682+0000 mgr.smithi090.wjxbir (mgr.14164) 130 : cephadm [INF] Detected new or changed devices on smithi090 2024-03-11T13:00:25.246 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.162265+0000 mon.smithi090 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.408855+0000 mon.smithi090 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.409523+0000 mon.smithi090 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:24.409975+0000 mgr.smithi090.wjxbir (mgr.14164) 131 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 6449M 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.413602+0000 mon.smithi090 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.416530+0000 mon.smithi090 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.419313+0000 mon.smithi090 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.420135+0000 mon.smithi090 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:25.247 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:24.420656+0000 mon.smithi090 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:23.574866+0000 mgr.smithi090.wjxbir (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:24.157682+0000 mgr.smithi090.wjxbir (mgr.14164) 130 : cephadm [INF] Detected new or changed devices on smithi090 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.162265+0000 mon.smithi090 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.408855+0000 mon.smithi090 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.409523+0000 mon.smithi090 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:24.409975+0000 mgr.smithi090.wjxbir (mgr.14164) 131 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 6449M 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.413602+0000 mon.smithi090 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.416530+0000 mon.smithi090 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.419313+0000 mon.smithi090 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.420135+0000 mon.smithi090 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:25.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:24.420656+0000 mon.smithi090 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:26.333 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:25.266004+0000 mon.smithi090 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:00:26.333 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:25.266834+0000 mon.smithi090 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:26.333 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:25.267424+0000 mgr.smithi090.wjxbir (mgr.14164) 132 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-03-11T13:00:26.333 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:26.106450+0000 mon.smithi090 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:26.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:25.266004+0000 mon.smithi090 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:00:26.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:25.266834+0000 mon.smithi090 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:26.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:25.267424+0000 mgr.smithi090.wjxbir (mgr.14164) 132 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-03-11T13:00:26.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:26.106450+0000 mon.smithi090 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:27.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:25.575158+0000 mgr.smithi090.wjxbir (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:27.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:25.575158+0000 mgr.smithi090.wjxbir (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:29.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:27.575447+0000 mgr.smithi090.wjxbir (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:29.473 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:27.575447+0000 mgr.smithi090.wjxbir (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:30.811 INFO:teuthology.orchestra.run.smithi090.stdout:Created osd(s) 2 on host 'smithi090' 2024-03-11T13:00:31.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:29.575775+0000 mgr.smithi090.wjxbir (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:31.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:30.804018+0000 mon.smithi090 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:31.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:30.808175+0000 mon.smithi090 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:31.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:29.575775+0000 mgr.smithi090.wjxbir (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:31.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:30.804018+0000 mon.smithi090 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:31.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:30.808175+0000 mon.smithi090 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:32.045 DEBUG:teuthology.orchestra.run.smithi090:osd.2> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.2.service 2024-03-11T13:00:32.047 INFO:tasks.cephadm:Deploying osd.3 on smithi090 with /dev/vg_nvme/lv_1... 2024-03-11T13:00:32.048 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-11T13:00:32.077 INFO:journalctl@ceph.osd.2.smithi090.stdout:-- Logs begin at Mon 2024-03-11 12:49:10 UTC. -- 2024-03-11T13:00:33.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:31.576171+0000 mgr.smithi090.wjxbir (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:33.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:32.140601+0000 mon.smithi090 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:33.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:31.576171+0000 mgr.smithi090.wjxbir (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:33.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:32.140601+0000 mon.smithi090 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:34.017 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:00:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:00:33.913+0000 7fab336fc080 -1 osd.2 0 log_to_monitors {default=true} 2024-03-11T13:00:34.278 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:33.917917+0000 mon.smithi090 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T13:00:34.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:33.917917+0000 mon.smithi090 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T13:00:35.352 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:00:35.153+0000 7fab29c5f700 -1 osd.2 0 waiting for initial osdmap 2024-03-11T13:00:35.352 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:00:35.156+0000 7fab24bd8700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:00:35.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:33.576651+0000 mgr.smithi090.wjxbir (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:35.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:34.148907+0000 mon.smithi090 (mon.0) 337 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T13:00:35.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:34.148949+0000 mon.smithi090 (mon.0) 338 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-11T13:00:35.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:34.149034+0000 mon.smithi090 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:35.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:34.149363+0000 mon.smithi090 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:33.576651+0000 mgr.smithi090.wjxbir (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:34.148907+0000 mon.smithi090 (mon.0) 337 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T13:00:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:34.148949+0000 mon.smithi090 (mon.0) 338 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-11T13:00:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:34.149034+0000 mon.smithi090 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:34.149363+0000 mon.smithi090 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:35.574 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-11T13:00:35.575 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-11T13:00:35.575 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10+0 records in 2024-03-11T13:00:35.575 INFO:teuthology.orchestra.run.smithi090.stderr:10+0 records out 2024-03-11T13:00:35.575 INFO:teuthology.orchestra.run.smithi090.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0120828 s, 868 MB/s 2024-03-11T13:00:35.575 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping successful for: 2024-03-11T13:00:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:35.150918+0000 mon.smithi090 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:35.150979+0000 mon.smithi090 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-03-11T13:00:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:35.151341+0000 mon.smithi090 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:35.154980+0000 mon.smithi090 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:35.692824+0000 mon.smithi090 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:00:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:35.695096+0000 mon.smithi090 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:35.150918+0000 mon.smithi090 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:35.150979+0000 mon.smithi090 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:35.151341+0000 mon.smithi090 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:35.154980+0000 mon.smithi090 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:35.692824+0000 mon.smithi090 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:00:36.788 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:35.695096+0000 mon.smithi090 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:00:36.807 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi090:vg_nvme/lv_1 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:34.938147+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:34.938264+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:35.576940+0000 mgr.smithi090.wjxbir (mgr.14164) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:36.156213+0000 mon.smithi090 (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671] boot 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:36.156248+0000 mon.smithi090 (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-11T13:00:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.156575+0000 mon.smithi090 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.156954+0000 mon.smithi090 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.837887+0000 mon.smithi090 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.841377+0000 mon.smithi090 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.844170+0000 mon.smithi090 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.845080+0000 mon.smithi090 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:36.845600+0000 mon.smithi090 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:37.156873+0000 mon.smithi090 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:37.156918+0000 mon.smithi090 (mon.0) 357 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-11T13:00:37.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:37.157560+0000 mon.smithi090 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-11T13:00:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:34.938147+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:00:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:34.938264+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:35.576940+0000 mgr.smithi090.wjxbir (mgr.14164) 138 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:36.156213+0000 mon.smithi090 (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.90:6818/3840296671,v1:172.21.15.90:6819/3840296671] boot 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:36.156248+0000 mon.smithi090 (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.156575+0000 mon.smithi090 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.156954+0000 mon.smithi090 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.837887+0000 mon.smithi090 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.841377+0000 mon.smithi090 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.844170+0000 mon.smithi090 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:37.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.845080+0000 mon.smithi090 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:37.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:36.845600+0000 mon.smithi090 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:37.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:37.156873+0000 mon.smithi090 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-03-11T13:00:37.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:37.156918+0000 mon.smithi090 (mon.0) 357 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-11T13:00:37.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:37.157560+0000 mon.smithi090 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-11T13:00:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:36.838952+0000 mgr.smithi090.wjxbir (mgr.14164) 139 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:37.836163+0000 mon.smithi090 (mon.0) 359 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-11T13:00:38.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:38.158607+0000 mon.smithi090 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-11T13:00:38.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:38.158692+0000 mon.smithi090 (mon.0) 361 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-11T13:00:38.579 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:36.838952+0000 mgr.smithi090.wjxbir (mgr.14164) 139 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T13:00:38.579 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:37.836163+0000 mon.smithi090 (mon.0) 359 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-11T13:00:38.579 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:38.158607+0000 mon.smithi090 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-11T13:00:38.579 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:38.158692+0000 mon.smithi090 (mon.0) 361 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:38.583309+0000 mon.smithi090 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:38.839410+0000 mgr.smithi090.wjxbir (mgr.14164) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:39.200248+0000 mgr.smithi090.wjxbir (mgr.14164) 141 : audit [DBG] from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:39.200968+0000 mon.smithi090 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:39.202159+0000 mon.smithi090 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:39.202638+0000 mon.smithi090 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:39.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:39.411101+0000 mon.smithi090 (mon.0) 366 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-11T13:00:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:38.583309+0000 mon.smithi090 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:38.839410+0000 mgr.smithi090.wjxbir (mgr.14164) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:39.200248+0000 mgr.smithi090.wjxbir (mgr.14164) 141 : audit [DBG] from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:00:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:39.200968+0000 mon.smithi090 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:39.202159+0000 mon.smithi090 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:39.202638+0000 mon.smithi090 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:39.411101+0000 mon.smithi090 (mon.0) 366 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-11T13:00:41.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:40.839834+0000 mgr.smithi090.wjxbir (mgr.14164) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:41.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:40.839834+0000 mgr.smithi090.wjxbir (mgr.14164) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:42.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:42.203241+0000 mon.smithi090 (mon.0) 367 : audit [INF] from='client.? 172.21.15.90:0/4118086227' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f0bdffb-2302-4f02-a3bb-76589883ca2d"}]: dispatch 2024-03-11T13:00:42.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:42.207221+0000 mon.smithi090 (mon.0) 368 : audit [INF] from='client.? 172.21.15.90:0/4118086227' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f0bdffb-2302-4f02-a3bb-76589883ca2d"}]': finished 2024-03-11T13:00:42.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:42.207259+0000 mon.smithi090 (mon.0) 369 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-11T13:00:42.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:42.207360+0000 mon.smithi090 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:42.203241+0000 mon.smithi090 (mon.0) 367 : audit [INF] from='client.? 172.21.15.90:0/4118086227' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f0bdffb-2302-4f02-a3bb-76589883ca2d"}]: dispatch 2024-03-11T13:00:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:42.207221+0000 mon.smithi090 (mon.0) 368 : audit [INF] from='client.? 172.21.15.90:0/4118086227' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f0bdffb-2302-4f02-a3bb-76589883ca2d"}]': finished 2024-03-11T13:00:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:42.207259+0000 mon.smithi090 (mon.0) 369 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-11T13:00:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:42.207360+0000 mon.smithi090 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:43.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:42.640390+0000 mon.smithi090 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.90:0/2453353456' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:00:43.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:42.840082+0000 mgr.smithi090.wjxbir (mgr.14164) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:43.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:42.640390+0000 mon.smithi090 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.90:0/2453353456' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:00:43.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:42.840082+0000 mgr.smithi090.wjxbir (mgr.14164) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:43.837357+0000 mon.smithi090 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:43.837357+0000 mon.smithi090 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:46.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:44.840375+0000 mgr.smithi090.wjxbir (mgr.14164) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:44.840375+0000 mgr.smithi090.wjxbir (mgr.14164) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:48.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:46.840782+0000 mgr.smithi090.wjxbir (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:46.840782+0000 mgr.smithi090.wjxbir (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:50.228 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:48.841137+0000 mgr.smithi090.wjxbir (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:50.228 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:49.016831+0000 mgr.smithi090.wjxbir (mgr.14164) 147 : cephadm [INF] Detected new or changed devices on smithi090 2024-03-11T13:00:50.228 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:49.023564+0000 mon.smithi090 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:50.228 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:49.024471+0000 mgr.smithi090.wjxbir (mgr.14164) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:50.228 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:49.026934+0000 mon.smithi090 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:48.841137+0000 mgr.smithi090.wjxbir (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:49.016831+0000 mgr.smithi090.wjxbir (mgr.14164) 147 : cephadm [INF] Detected new or changed devices on smithi090 2024-03-11T13:00:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:49.023564+0000 mon.smithi090 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:49.024471+0000 mgr.smithi090.wjxbir (mgr.14164) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:49.026934+0000 mon.smithi090 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:51.313 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:50.021832+0000 mon.smithi090 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-11T13:00:51.313 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:50.021859+0000 mon.smithi090 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-03-11T13:00:51.314 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:50.244357+0000 mon.smithi090 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:00:51.314 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:50.244946+0000 mon.smithi090 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:51.314 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:00:50.245448+0000 mgr.smithi090.wjxbir (mgr.14164) 149 : cephadm [INF] Deploying daemon osd.3 on smithi090 2024-03-11T13:00:51.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:50.021832+0000 mon.smithi090 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-11T13:00:51.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:50.021859+0000 mon.smithi090 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-03-11T13:00:51.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:50.244357+0000 mon.smithi090 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:00:51.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:50.244946+0000 mon.smithi090 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:00:50.245448+0000 mgr.smithi090.wjxbir (mgr.14164) 149 : cephadm [INF] Deploying daemon osd.3 on smithi090 2024-03-11T13:00:52.283 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:51.024931+0000 mgr.smithi090.wjxbir (mgr.14164) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:52.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:51.024931+0000 mgr.smithi090.wjxbir (mgr.14164) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:53.966 INFO:teuthology.orchestra.run.smithi090.stdout:Created osd(s) 3 on host 'smithi090' 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:53.025439+0000 mgr.smithi090.wjxbir (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:53.951395+0000 mon.smithi090 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:53.953087+0000 mon.smithi090 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:53.955363+0000 mon.smithi090 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:53.955609+0000 mon.smithi090 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:53.962087+0000 mon.smithi090 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:53.025439+0000 mgr.smithi090.wjxbir (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:53.951395+0000 mon.smithi090 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:00:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:53.953087+0000 mon.smithi090 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:53.955363+0000 mon.smithi090 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:53.955609+0000 mon.smithi090 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:00:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:53.962087+0000 mon.smithi090 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:00:54.570 DEBUG:teuthology.orchestra.run.smithi090:osd.3> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.3.service 2024-03-11T13:00:54.572 INFO:tasks.cephadm:Deploying osd.4 on smithi092 with /dev/vg_nvme/lv_4... 2024-03-11T13:00:54.572 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-11T13:00:54.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:-- Logs begin at Mon 2024-03-11 12:49:10 UTC. -- 2024-03-11T13:00:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:55.025766+0000 mgr.smithi090.wjxbir (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:56.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:55.025766+0000 mgr.smithi090.wjxbir (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:00:56.524 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-11T13:00:56.524 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-11T13:00:56.524 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2024-03-11T13:00:56.524 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2024-03-11T13:00:56.524 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110457 s, 949 MB/s 2024-03-11T13:00:56.525 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2024-03-11T13:00:57.090 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:57.027568+0000 mon.smithi090 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T13:00:57.111 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi092:vg_nvme/lv_4 2024-03-11T13:00:57.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:57.027568+0000 mon.smithi090 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T13:00:57.352 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:00:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:00:57.023+0000 7f6eec286080 -1 osd.3 0 log_to_monitors {default=true} 2024-03-11T13:00:58.352 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:00:58.048+0000 7f6ee27e9700 -1 osd.3 0 waiting for initial osdmap 2024-03-11T13:00:58.352 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:00:58.052+0000 7f6edaf5d700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:00:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:57.026032+0000 mgr.smithi090.wjxbir (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-11T13:00:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:57.044554+0000 mon.smithi090 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T13:00:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:57.044625+0000 mon.smithi090 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-11T13:00:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:57.044822+0000 mon.smithi090 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:57.045149+0000 mon.smithi090 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:58.395 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:57.026032+0000 mgr.smithi090.wjxbir (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-11T13:00:58.396 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:57.044554+0000 mon.smithi090 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T13:00:58.396 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:57.044625+0000 mon.smithi090 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-11T13:00:58.396 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:57.044822+0000 mon.smithi090 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:58.396 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:57.045149+0000 mon.smithi090 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:58.046651+0000 mon.smithi090 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:58.046701+0000 mon.smithi090 (mon.0) 390 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:58.047025+0000 mon.smithi090 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:58.050268+0000 mon.smithi090 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.043928+0000 mon.smithi090 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.045189+0000 mon.smithi090 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:00:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.045689+0000 mon.smithi090 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:00:59.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:58.046651+0000 mon.smithi090 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-11T13:00:59.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:58.046701+0000 mon.smithi090 (mon.0) 390 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-11T13:00:59.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:58.047025+0000 mon.smithi090 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:59.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:58.050268+0000 mon.smithi090 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:00:59.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.043928+0000 mon.smithi090 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:00:59.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.045189+0000 mon.smithi090 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:00:59.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:00:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.045689+0000 mon.smithi090 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:00.263 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:58.034136+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:58.034232+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:59.026306+0000 mgr.smithi090.wjxbir (mgr.14164) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.043157+0000 mgr.smithi090.wjxbir (mgr.14164) 155 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.050905+0000 mon.smithi090 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:59.054020+0000 mon.smithi090 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480] boot 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:00:59.054047+0000 mon.smithi090 (mon.0) 398 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.054489+0000 mon.smithi090 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:01:00.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:00:59.142241+0000 mon.smithi090 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:58.034136+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:58.034232+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:59.026306+0000 mgr.smithi090.wjxbir (mgr.14164) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.043157+0000 mgr.smithi090.wjxbir (mgr.14164) 155 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.050905+0000 mon.smithi090 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:01:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:59.054020+0000 mon.smithi090 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.90:6826/861608480,v1:172.21.15.90:6827/861608480] boot 2024-03-11T13:01:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:00:59.054047+0000 mon.smithi090 (mon.0) 398 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-11T13:01:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.054489+0000 mon.smithi090 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:01:00.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:00:59.142241+0000 mon.smithi090 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:01.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:00.143942+0000 mon.smithi090 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-11T13:01:01.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:00.143942+0000 mon.smithi090 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-11T13:01:02.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:01.026608+0000 mgr.smithi090.wjxbir (mgr.14164) 156 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:02.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:01.184834+0000 mon.smithi092 (mon.1) 2 : audit [INF] from='client.? 172.21.15.92:0/1598427607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]: dispatch 2024-03-11T13:01:02.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:01.185273+0000 mon.smithi090 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]: dispatch 2024-03-11T13:01:02.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:01.194055+0000 mon.smithi090 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]': finished 2024-03-11T13:01:02.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:01.194100+0000 mon.smithi090 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-11T13:01:02.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:01.194197+0000 mon.smithi090 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:02.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:01.607101+0000 mon.smithi092 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.92:0/2302988381' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:02.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:01.026608+0000 mgr.smithi090.wjxbir (mgr.14164) 156 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:02.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:01.184834+0000 mon.smithi092 (mon.1) 2 : audit [INF] from='client.? 172.21.15.92:0/1598427607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]: dispatch 2024-03-11T13:01:02.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:01.185273+0000 mon.smithi090 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]: dispatch 2024-03-11T13:01:02.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:01.194055+0000 mon.smithi090 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "205eeb5e-2389-429a-a7a8-abc2cd9e9f82"}]': finished 2024-03-11T13:01:02.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:01.194100+0000 mon.smithi090 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-11T13:01:02.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:01.194197+0000 mon.smithi090 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:02.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:01.607101+0000 mon.smithi092 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.92:0/2302988381' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:04.421 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:03.026938+0000 mgr.smithi090.wjxbir (mgr.14164) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:04.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.162827+0000 mon.smithi090 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.163691+0000 mon.smithi090 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.164258+0000 mon.smithi090 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.164718+0000 mon.smithi090 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.165181+0000 mon.smithi090 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:03.165575+0000 mgr.smithi090.wjxbir (mgr.14164) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3224M 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.168535+0000 mon.smithi090 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.171183+0000 mon.smithi090 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.173977+0000 mon.smithi090 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.174820+0000 mon.smithi090 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:04.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:03.175258+0000 mon.smithi090 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:03.026938+0000 mgr.smithi090.wjxbir (mgr.14164) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.162827+0000 mon.smithi090 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.163691+0000 mon.smithi090 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.164258+0000 mon.smithi090 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.164718+0000 mon.smithi090 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.165181+0000 mon.smithi090 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:03.165575+0000 mgr.smithi090.wjxbir (mgr.14164) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3224M 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.168535+0000 mon.smithi090 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.171183+0000 mon.smithi090 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:04.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.173977+0000 mon.smithi090 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:04.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.174820+0000 mon.smithi090 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:04.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:03.175258+0000 mon.smithi090 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:06.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:05.027326+0000 mgr.smithi090.wjxbir (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-11T13:01:06.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:05.027326+0000 mgr.smithi090.wjxbir (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-11T13:01:07.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:06.748452+0000 mon.smithi090 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:01:07.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:06.749095+0000 mon.smithi090 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:07.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:06.748452+0000 mon.smithi090 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:01:07.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:06.749095+0000 mon.smithi090 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:08.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:06.749627+0000 mgr.smithi090.wjxbir (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.4 on smithi092 2024-03-11T13:01:08.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:07.027630+0000 mgr.smithi090.wjxbir (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:08.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:07.766358+0000 mon.smithi090 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:08.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:07.769222+0000 mon.smithi090 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:08.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:06.749627+0000 mgr.smithi090.wjxbir (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.4 on smithi092 2024-03-11T13:01:08.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:07.027630+0000 mgr.smithi090.wjxbir (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:08.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:07.766358+0000 mon.smithi090 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:08.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:07.769222+0000 mon.smithi090 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:10.063 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 4 on host 'smithi092' 2024-03-11T13:01:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:09.027986+0000 mgr.smithi090.wjxbir (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:10.048215+0000 mon.smithi090 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:10.049892+0000 mon.smithi090 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:10.052316+0000 mon.smithi090 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:10.054017+0000 mon.smithi090 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:10.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:10.058689+0000 mon.smithi090 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:09.027986+0000 mgr.smithi090.wjxbir (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:10.048215+0000 mon.smithi090 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:10.049892+0000 mon.smithi090 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:10.052316+0000 mon.smithi090 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:10.054017+0000 mon.smithi090 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:10.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:10.058689+0000 mon.smithi090 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:10.710 DEBUG:teuthology.orchestra.run.smithi092:osd.4> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.4.service 2024-03-11T13:01:10.713 INFO:tasks.cephadm:Deploying osd.5 on smithi092 with /dev/vg_nvme/lv_3... 2024-03-11T13:01:10.713 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-11T13:01:10.743 INFO:journalctl@ceph.osd.4.smithi092.stdout:-- Logs begin at Mon 2024-03-11 12:48:25 UTC. -- 2024-03-11T13:01:11.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:11.028368+0000 mgr.smithi090.wjxbir (mgr.14164) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:11.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:11.028368+0000 mgr.smithi090.wjxbir (mgr.14164) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:13.438 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:01:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:01:13.128+0000 7f0abab0b080 -1 osd.4 0 log_to_monitors {default=true} 2024-03-11T13:01:13.586 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-11T13:01:13.587 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-11T13:01:13.587 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2024-03-11T13:01:13.587 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2024-03-11T13:01:13.587 INFO:teuthology.orchestra.run.smithi092.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0144013 s, 728 MB/s 2024-03-11T13:01:13.587 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2024-03-11T13:01:14.265 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi092:vg_nvme/lv_3 2024-03-11T13:01:14.293 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:13.028800+0000 mgr.smithi090.wjxbir (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:14.293 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:13.132548+0000 mon.smithi092 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:01:14.293 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:13.132900+0000 mon.smithi090 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:01:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:13.028800+0000 mgr.smithi090.wjxbir (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:13.132548+0000 mon.smithi092 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:01:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:13.132900+0000 mon.smithi090 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.088165+0000 mon.smithi090 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:14.088246+0000 mon.smithi090 (mon.0) 427 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.088345+0000 mon.smithi090 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.088789+0000 mon.smithi092 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.089005+0000 mon.smithi090 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:15.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.109000+0000 mon.smithi090 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:15.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:14.331116+0000 mon.smithi090 (mon.0) 431 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.088165+0000 mon.smithi090 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:14.088246+0000 mon.smithi090 (mon.0) 427 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.088345+0000 mon.smithi090 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.088789+0000 mon.smithi092 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.089005+0000 mon.smithi090 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.109000+0000 mon.smithi090 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:14.331116+0000 mon.smithi090 (mon.0) 431 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:15.438 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:01:15.096+0000 7f0ab106e700 -1 osd.4 0 waiting for initial osdmap 2024-03-11T13:01:15.438 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:01:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:01:15.100+0000 7f0aad7ea700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:01:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:15.029103+0000 mgr.smithi090.wjxbir (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:15.089821+0000 mon.smithi090 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:15.089933+0000 mon.smithi090 (mon.0) 433 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:15.090403+0000 mon.smithi090 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:15.096059+0000 mon.smithi090 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:15.590600+0000 mon.smithi090 (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269] boot 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:15.590694+0000 mon.smithi090 (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-11T13:01:16.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:15.591058+0000 mon.smithi090 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:15.029103+0000 mgr.smithi090.wjxbir (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:15.089821+0000 mon.smithi090 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:15.089933+0000 mon.smithi090 (mon.0) 433 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:15.090403+0000 mon.smithi090 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:15.096059+0000 mon.smithi090 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:15.590600+0000 mon.smithi090 (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.92:6800/1169461269,v1:172.21.15.92:6801/1169461269] boot 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:15.590694+0000 mon.smithi090 (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-11T13:01:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:15.591058+0000 mon.smithi090 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:14.085707+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:14.085810+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:16.296796+0000 mgr.smithi090.wjxbir (mgr.14164) 166 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:16.297767+0000 mon.smithi090 (mon.0) 439 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:16.299342+0000 mon.smithi090 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:16.300079+0000 mon.smithi090 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:17.310 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:16.596410+0000 mon.smithi090 (mon.0) 442 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:14.085707+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:14.085810+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:16.296796+0000 mgr.smithi090.wjxbir (mgr.14164) 166 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:16.297767+0000 mon.smithi090 (mon.0) 439 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:16.299342+0000 mon.smithi090 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:16.300079+0000 mon.smithi090 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:16.596410+0000 mon.smithi090 (mon.0) 442 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-11T13:01:18.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:17.029479+0000 mgr.smithi090.wjxbir (mgr.14164) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:18.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:17.599794+0000 mon.smithi090 (mon.0) 443 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-11T13:01:18.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:17.029479+0000 mgr.smithi090.wjxbir (mgr.14164) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:18.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:17.599794+0000 mon.smithi090 (mon.0) 443 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-11T13:01:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:19.029835+0000 mgr.smithi090.wjxbir (mgr.14164) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:19.941026+0000 mon.smithi090 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:19.029835+0000 mgr.smithi090.wjxbir (mgr.14164) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:19.941026+0000 mon.smithi090 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:19.936140+0000 mgr.smithi090.wjxbir (mgr.14164) 169 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.201947+0000 mon.smithi090 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:20.202582+0000 mgr.smithi090.wjxbir (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 15970M 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.206476+0000 mon.smithi090 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.210187+0000 mon.smithi090 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.213968+0000 mon.smithi090 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.215066+0000 mon.smithi090 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.215760+0000 mon.smithi090 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.634448+0000 mon.smithi092 (mon.1) 6 : audit [INF] from='client.? 172.21.15.92:0/812507121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.634941+0000 mon.smithi090 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]: dispatch 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.638102+0000 mon.smithi090 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]': finished 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:20.638168+0000 mon.smithi090 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-11T13:01:21.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:20.638252+0000 mon.smithi090 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:21.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:21.048847+0000 mon.smithi092 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.92:0/935501064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:21.520 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:19.936140+0000 mgr.smithi090.wjxbir (mgr.14164) 169 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:01:21.520 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.201947+0000 mon.smithi090 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:20.202582+0000 mgr.smithi090.wjxbir (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 15970M 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.206476+0000 mon.smithi090 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.210187+0000 mon.smithi090 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.213968+0000 mon.smithi090 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.215066+0000 mon.smithi090 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.215760+0000 mon.smithi090 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.634448+0000 mon.smithi092 (mon.1) 6 : audit [INF] from='client.? 172.21.15.92:0/812507121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.634941+0000 mon.smithi090 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.638102+0000 mon.smithi090 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ebc89f9-d5b1-436e-99ba-8031341259a1"}]': finished 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:20.638168+0000 mon.smithi090 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:20.638252+0000 mon.smithi090 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:21.521 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:21.048847+0000 mon.smithi092 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.92:0/935501064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:22.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:21.030168+0000 mgr.smithi090.wjxbir (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-11T13:01:22.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:21.030168+0000 mgr.smithi090.wjxbir (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-11T13:01:24.372 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:23.030507+0000 mgr.smithi090.wjxbir (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:23.030507+0000 mgr.smithi090.wjxbir (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:25.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:24.365813+0000 mon.smithi090 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:25.464 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:24.368606+0000 mon.smithi090 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:25.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:24.365813+0000 mon.smithi090 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:25.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:24.368606+0000 mon.smithi090 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:26.472 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:25.030878+0000 mgr.smithi090.wjxbir (mgr.14164) 173 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:26.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:25.030878+0000 mgr.smithi090.wjxbir (mgr.14164) 173 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:27.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:26.686401+0000 mon.smithi090 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:01:27.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:26.687194+0000 mon.smithi090 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:27.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:26.686401+0000 mon.smithi090 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:01:27.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:26.687194+0000 mon.smithi090 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:28.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:26.687827+0000 mgr.smithi090.wjxbir (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.5 on smithi092 2024-03-11T13:01:28.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:27.031272+0000 mgr.smithi090.wjxbir (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:28.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:26.687827+0000 mgr.smithi090.wjxbir (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.5 on smithi092 2024-03-11T13:01:28.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:27.031272+0000 mgr.smithi090.wjxbir (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:30.067 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 5 on host 'smithi092' 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:29.031671+0000 mgr.smithi090.wjxbir (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:30.052850+0000 mon.smithi090 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:30.054625+0000 mon.smithi090 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:30.056965+0000 mon.smithi090 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:30.058868+0000 mon.smithi090 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:30.621 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:30.062180+0000 mon.smithi090 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:30.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:29.031671+0000 mgr.smithi090.wjxbir (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:30.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:30.052850+0000 mon.smithi090 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:30.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:30.054625+0000 mon.smithi090 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:30.642 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:30.056965+0000 mon.smithi090 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:30.642 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:30.058868+0000 mon.smithi090 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:30.642 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:30.062180+0000 mon.smithi090 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:30.643 DEBUG:teuthology.orchestra.run.smithi092:osd.5> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.5.service 2024-03-11T13:01:30.687 INFO:tasks.cephadm:Deploying osd.6 on smithi092 with /dev/vg_nvme/lv_2... 2024-03-11T13:01:30.687 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-11T13:01:30.718 INFO:journalctl@ceph.osd.5.smithi092.stdout:-- Logs begin at Mon 2024-03-11 12:48:25 UTC. -- 2024-03-11T13:01:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:31.032017+0000 mgr.smithi090.wjxbir (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:31.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:31.032017+0000 mgr.smithi090.wjxbir (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126441 s, 829 MB/s 2024-03-11T13:01:33.116 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2024-03-11T13:01:33.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:01:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:01:33.172+0000 7f278f269080 -1 osd.5 0 log_to_monitors {default=true} 2024-03-11T13:01:34.059 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi092:vg_nvme/lv_2 2024-03-11T13:01:34.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:33.032490+0000 mgr.smithi090.wjxbir (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:34.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:33.175707+0000 mon.smithi092 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:01:34.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:33.176298+0000 mon.smithi090 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:01:34.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:33.032490+0000 mgr.smithi090.wjxbir (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:34.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:33.175707+0000 mon.smithi092 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:01:34.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:33.176298+0000 mon.smithi090 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:01:35.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:01:35.103+0000 7f27857cc700 -1 osd.5 0 waiting for initial osdmap 2024-03-11T13:01:35.437 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:01:35.111+0000 7f2781f48700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.095206+0000 mon.smithi090 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:34.095280+0000 mon.smithi090 (mon.0) 466 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.095408+0000 mon.smithi090 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.095855+0000 mon.smithi092 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.096070+0000 mon.smithi090 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.119942+0000 mon.smithi090 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:35.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:34.163373+0000 mon.smithi090 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.095206+0000 mon.smithi090 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:34.095280+0000 mon.smithi090 (mon.0) 466 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.095408+0000 mon.smithi090 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.095855+0000 mon.smithi092 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.096070+0000 mon.smithi090 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.119942+0000 mon.smithi090 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:34.163373+0000 mon.smithi090 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:35.032978+0000 mgr.smithi090.wjxbir (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.099419+0000 mon.smithi090 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:35.099524+0000 mon.smithi090 (mon.0) 472 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.100032+0000 mon.smithi090 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.103605+0000 mon.smithi090 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:35.598191+0000 mon.smithi090 (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015] boot 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:35.598266+0000 mon.smithi090 (mon.0) 476 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.598644+0000 mon.smithi090 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.697677+0000 mon.smithi090 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:01:36.350 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:35.697865+0000 mon.smithi090 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:35.032978+0000 mgr.smithi090.wjxbir (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.099419+0000 mon.smithi090 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:35.099524+0000 mon.smithi090 (mon.0) 472 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.100032+0000 mon.smithi090 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.103605+0000 mon.smithi090 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:35.598191+0000 mon.smithi090 (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.92:6808/2653895015,v1:172.21.15.92:6809/2653895015] boot 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:35.598266+0000 mon.smithi090 (mon.0) 476 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-11T13:01:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.598644+0000 mon.smithi090 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:01:36.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.697677+0000 mon.smithi090 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:01:36.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:35.697865+0000 mon.smithi090 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:01:37.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:34.162155+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:37.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:34.162247+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:36.597000+0000 mon.smithi090 (mon.0) 480 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-11T13:01:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:34.162155+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:34.162247+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:36.597000+0000 mon.smithi090 (mon.0) 480 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-11T13:01:38.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:37.033375+0000 mgr.smithi090.wjxbir (mgr.14164) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:38.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:37.164694+0000 mgr.smithi090.wjxbir (mgr.14164) 181 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:38.162 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:37.165598+0000 mon.smithi090 (mon.0) 481 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:38.162 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:37.167171+0000 mon.smithi090 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:38.162 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:37.167952+0000 mon.smithi090 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:38.162 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:37.603659+0000 mon.smithi090 (mon.0) 484 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:37.033375+0000 mgr.smithi090.wjxbir (mgr.14164) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:37.164694+0000 mgr.smithi090.wjxbir (mgr.14164) 181 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:37.165598+0000 mon.smithi090 (mon.0) 481 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:37.167171+0000 mon.smithi090 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:37.167952+0000 mon.smithi090 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:37.603659+0000 mon.smithi090 (mon.0) 484 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-11T13:01:39.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:38.197391+0000 mgr.smithi090.wjxbir (mgr.14164) 182 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:01:39.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.202589+0000 mon.smithi090 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.203511+0000 mon.smithi090 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.204338+0000 mon.smithi090 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:38.204915+0000 mgr.smithi090.wjxbir (mgr.14164) 183 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 7985M 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.208674+0000 mon.smithi090 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.212258+0000 mon.smithi090 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.215898+0000 mon.smithi090 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.216922+0000 mon.smithi090 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:39.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:38.217639+0000 mon.smithi090 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:38.197391+0000 mgr.smithi090.wjxbir (mgr.14164) 182 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.202589+0000 mon.smithi090 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.203511+0000 mon.smithi090 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.204338+0000 mon.smithi090 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:38.204915+0000 mgr.smithi090.wjxbir (mgr.14164) 183 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 7985M 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.208674+0000 mon.smithi090 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.212258+0000 mon.smithi090 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.215898+0000 mon.smithi090 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.216922+0000 mon.smithi090 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:39.541 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:38.217639+0000 mon.smithi090 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:39.033833+0000 mgr.smithi090.wjxbir (mgr.14164) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:39.975788+0000 mon.smithi092 (mon.1) 10 : audit [INF] from='client.? 172.21.15.92:0/177723071' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]: dispatch 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:39.976219+0000 mon.smithi090 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]: dispatch 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:39.980240+0000 mon.smithi090 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]': finished 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:39.980290+0000 mon.smithi090 (mon.0) 495 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-11T13:01:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:39.980386+0000 mon.smithi090 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:40.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:39.033833+0000 mgr.smithi090.wjxbir (mgr.14164) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:40.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:39.975788+0000 mon.smithi092 (mon.1) 10 : audit [INF] from='client.? 172.21.15.92:0/177723071' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]: dispatch 2024-03-11T13:01:40.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:39.976219+0000 mon.smithi090 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]: dispatch 2024-03-11T13:01:40.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:39.980240+0000 mon.smithi090 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab250768-edd4-4366-88e2-e790c397a26b"}]': finished 2024-03-11T13:01:40.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:39.980290+0000 mon.smithi090 (mon.0) 495 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-11T13:01:40.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:39.980386+0000 mon.smithi090 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:41.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:40.378666+0000 mon.smithi092 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.92:0/1103128603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:41.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:40.378666+0000 mon.smithi092 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.92:0/1103128603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:01:42.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:41.034163+0000 mgr.smithi090.wjxbir (mgr.14164) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:42.614 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:41.034163+0000 mgr.smithi090.wjxbir (mgr.14164) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:43.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:42.446263+0000 mon.smithi090 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:43.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:42.449578+0000 mon.smithi090 (mon.0) 498 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:43.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:42.446263+0000 mon.smithi090 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:43.855 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:42.449578+0000 mon.smithi090 (mon.0) 498 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:44.666 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:43.034490+0000 mgr.smithi090.wjxbir (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:43.034490+0000 mgr.smithi090.wjxbir (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:45.683 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:45.034867+0000 mgr.smithi090.wjxbir (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:45.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:45.034867+0000 mgr.smithi090.wjxbir (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:45.700449+0000 mon.smithi090 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:01:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:45.701281+0000 mon.smithi090 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:45.701949+0000 mgr.smithi090.wjxbir (mgr.14164) 188 : cephadm [INF] Deploying daemon osd.6 on smithi092 2024-03-11T13:01:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:45.700449+0000 mon.smithi090 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:01:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:45.701281+0000 mon.smithi090 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:45.701949+0000 mgr.smithi090.wjxbir (mgr.14164) 188 : cephadm [INF] Deploying daemon osd.6 on smithi092 2024-03-11T13:01:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:47.035281+0000 mgr.smithi090.wjxbir (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-11T13:01:48.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:47.035281+0000 mgr.smithi090.wjxbir (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-11T13:01:49.161 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 6 on host 'smithi092' 2024-03-11T13:01:49.821 DEBUG:teuthology.orchestra.run.smithi092:osd.6> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.6.service 2024-03-11T13:01:49.823 INFO:tasks.cephadm:Deploying osd.7 on smithi092 with /dev/vg_nvme/lv_1... 2024-03-11T13:01:49.823 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-11T13:01:49.852 INFO:journalctl@ceph.osd.6.smithi092.stdout:-- Logs begin at Mon 2024-03-11 12:48:25 UTC. -- 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:49.035634+0000 mgr.smithi090.wjxbir (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:49.148754+0000 mon.smithi090 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:49.150641+0000 mon.smithi090 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:49.152589+0000 mon.smithi090 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:49.154561+0000 mon.smithi090 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:49.156830+0000 mon.smithi090 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:50.363 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:49.035634+0000 mgr.smithi090.wjxbir (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:50.364 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:49.148754+0000 mon.smithi090 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:01:50.364 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:49.150641+0000 mon.smithi090 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:50.364 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:49.152589+0000 mon.smithi090 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:50.364 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:49.154561+0000 mon.smithi090 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:01:50.364 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:49.156830+0000 mon.smithi090 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:51.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:51.035934+0000 mgr.smithi090.wjxbir (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:52.074 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:51.035934+0000 mgr.smithi090.wjxbir (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T13:01:52.358 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-11T13:01:52.359 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-11T13:01:52.359 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2024-03-11T13:01:52.359 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2024-03-11T13:01:52.359 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123284 s, 851 MB/s 2024-03-11T13:01:52.359 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2024-03-11T13:01:52.604 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:01:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:01:52.287+0000 7f33702b9080 -1 osd.6 0 log_to_monitors {default=true} 2024-03-11T13:01:52.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.291690+0000 mon.smithi092 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:01:52.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.292050+0000 mon.smithi090 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:01:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.291690+0000 mon.smithi092 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:01:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.292050+0000 mon.smithi090 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:01:53.420 DEBUG:teuthology.orchestra.run.smithi092:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi092:vg_nvme/lv_1 2024-03-11T13:01:53.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:01:53.613+0000 7f336681c700 -1 osd.6 0 waiting for initial osdmap 2024-03-11T13:01:53.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:01:53.620+0000 7f335ef90700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.606874+0000 mon.smithi090 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:52.606923+0000 mon.smithi090 (mon.0) 508 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.607025+0000 mon.smithi090 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.607625+0000 mon.smithi092 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:52.607914+0000 mon.smithi090 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:53.036291+0000 mgr.smithi090.wjxbir (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-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:53.316966+0000 mon.smithi090 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:53.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:53.527719+0000 mon.smithi090 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.606874+0000 mon.smithi090 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:52.606923+0000 mon.smithi090 (mon.0) 508 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.607025+0000 mon.smithi090 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.607625+0000 mon.smithi092 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:52.607914+0000 mon.smithi090 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:53.036291+0000 mgr.smithi090.wjxbir (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-11T13:01:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:53.316966+0000 mon.smithi090 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:54.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:53.527719+0000 mon.smithi090 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:53.608711+0000 mon.smithi090 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:53.608770+0000 mon.smithi090 (mon.0) 514 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:53.609165+0000 mon.smithi090 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:53.614892+0000 mon.smithi090 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:54.611318+0000 mon.smithi090 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462] boot 2024-03-11T13:01:54.900 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:54.611409+0000 mon.smithi090 (mon.0) 518 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:53.608711+0000 mon.smithi090 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:53.608770+0000 mon.smithi090 (mon.0) 514 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:53.609165+0000 mon.smithi090 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:53.614892+0000 mon.smithi090 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:54.611318+0000 mon.smithi090 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.92:6816/3967841462,v1:172.21.15.92:6817/3967841462] boot 2024-03-11T13:01:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:54.611409+0000 mon.smithi090 (mon.0) 518 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-11T13:01:55.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:53.284715+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:55.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:53.284810+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:55.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:54.611586+0000 mon.smithi090 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:55.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:55.036635+0000 mgr.smithi090.wjxbir (mgr.14164) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:01:55.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:55.597554+0000 mon.smithi090 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-11T13:01:56.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:53.284715+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:01:56.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:53.284810+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:01:56.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:54.611586+0000 mon.smithi090 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:01:56.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:55.036635+0000 mgr.smithi090.wjxbir (mgr.14164) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:01:56.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:55.597554+0000 mon.smithi090 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-11T13:01:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:55.629047+0000 mgr.smithi090.wjxbir (mgr.14164) 194 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:55.629967+0000 mon.smithi090 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:55.631455+0000 mon.smithi090 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:55.632133+0000 mon.smithi090 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:56.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:56.602697+0000 mon.smithi090 (mon.0) 524 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-03-11T13:01:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:55.629047+0000 mgr.smithi090.wjxbir (mgr.14164) 194 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:01:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:55.629967+0000 mon.smithi090 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T13:01:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:55.631455+0000 mon.smithi090 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T13:01:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:55.632133+0000 mon.smithi090 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:01:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:56.602697+0000 mon.smithi090 (mon.0) 524 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-03-11T13:01:57.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:57.036987+0000 mgr.smithi090.wjxbir (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:01:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:57.036987+0000 mgr.smithi090.wjxbir (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:58.844544+0000 mgr.smithi090.wjxbir (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:02:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.849923+0000 mon.smithi090 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.850839+0000 mon.smithi090 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.851551+0000 mon.smithi090 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.852220+0000 mon.smithi090 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:01:58.852727+0000 mgr.smithi090.wjxbir (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 5323M 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.856401+0000 mon.smithi090 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.860366+0000 mon.smithi090 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.863952+0000 mon.smithi090 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.865041+0000 mon.smithi090 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.865768+0000 mon.smithi090 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:58.869797+0000 mon.smithi090 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:59.037308+0000 mgr.smithi090.wjxbir (mgr.14164) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:59.535679+0000 mon.smithi092 (mon.1) 14 : audit [INF] from='client.? 172.21.15.92:0/3503016913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:59.536270+0000 mon.smithi090 (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]: dispatch 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:59.540768+0000 mon.smithi090 (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]': finished 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:01:59.540831+0000 mon.smithi090 (mon.0) 537 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-11T13:02:00.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:01:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:59.540953+0000 mon.smithi090 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:58.844544+0000 mgr.smithi090.wjxbir (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.849923+0000 mon.smithi090 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.850839+0000 mon.smithi090 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.851551+0000 mon.smithi090 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.852220+0000 mon.smithi090 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:01:58.852727+0000 mgr.smithi090.wjxbir (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 5323M 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.856401+0000 mon.smithi090 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.860366+0000 mon.smithi090 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.863952+0000 mon.smithi090 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.865041+0000 mon.smithi090 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:00.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.865768+0000 mon.smithi090 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:58.869797+0000 mon.smithi090 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:59.037308+0000 mgr.smithi090.wjxbir (mgr.14164) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:59.535679+0000 mon.smithi092 (mon.1) 14 : audit [INF] from='client.? 172.21.15.92:0/3503016913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]: dispatch 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:59.536270+0000 mon.smithi090 (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]: dispatch 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:59.540768+0000 mon.smithi090 (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4b2f5ea-2792-423e-9068-85f44ed7bd51"}]': finished 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:01:59.540831+0000 mon.smithi090 (mon.0) 537 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-11T13:02:00.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:01:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:59.540953+0000 mon.smithi090 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:01:59.967706+0000 mon.smithi092 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.92:0/336738165' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:02:01.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:01:59.967706+0000 mon.smithi092 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.92:0/336738165' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T13:02:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:01.037668+0000 mgr.smithi090.wjxbir (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:02.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:01.037668+0000 mgr.smithi090.wjxbir (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:04.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:03.038020+0000 mgr.smithi090.wjxbir (mgr.14164) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:04.352 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:03.038020+0000 mgr.smithi090.wjxbir (mgr.14164) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:05.038381+0000 mgr.smithi090.wjxbir (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:05.481894+0000 mon.smithi090 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:02:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:05.482744+0000 mon.smithi090 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:06.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:05.038381+0000 mgr.smithi090.wjxbir (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:06.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:05.481894+0000 mon.smithi090 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:02:06.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:05.482744+0000 mon.smithi090 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:07.329 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:02:05.483416+0000 mgr.smithi090.wjxbir (mgr.14164) 202 : cephadm [INF] Deploying daemon osd.7 on smithi092 2024-03-11T13:02:07.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:02:05.483416+0000 mgr.smithi090.wjxbir (mgr.14164) 202 : cephadm [INF] Deploying daemon osd.7 on smithi092 2024-03-11T13:02:08.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:07.038731+0000 mgr.smithi090.wjxbir (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:08.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:07.038731+0000 mgr.smithi090.wjxbir (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:08.854 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 7 on host 'smithi092' 2024-03-11T13:02:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:08.841517+0000 mon.smithi090 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:08.843473+0000 mon.smithi090 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:08.845894+0000 mon.smithi090 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:08.848036+0000 mon.smithi090 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:08.850422+0000 mon.smithi090 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:09.368 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:08.841517+0000 mon.smithi090 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:09.369 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:08.843473+0000 mon.smithi090 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:09.369 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:08.845894+0000 mon.smithi090 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:09.369 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:08.848036+0000 mon.smithi090 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:09.369 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:08.850422+0000 mon.smithi090 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:09.499 DEBUG:teuthology.orchestra.run.smithi092:osd.7> sudo journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.7.service 2024-03-11T13:02:09.501 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-11T13:02:09.501 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd stat -f json 2024-03-11T13:02:09.533 INFO:journalctl@ceph.osd.7.smithi092.stdout:-- Logs begin at Mon 2024-03-11 12:48:25 UTC. -- 2024-03-11T13:02:10.202 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:09.039063+0000 mgr.smithi090.wjxbir (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:10.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:09.039063+0000 mgr.smithi090.wjxbir (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:11.666 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:12.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:02:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:02:11.989+0000 7f2ddf562080 -1 osd.7 0 log_to_monitors {default=true} 2024-03-11T13:02:12.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:11.039434+0000 mgr.smithi090.wjxbir (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:12.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:11.253479+0000 mon.smithi090 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:12.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:11.664175+0000 mon.smithi090 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.90:0/2189532912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T13:02:12.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:11.992318+0000 mon.smithi092 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:02:12.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:11.992658+0000 mon.smithi090 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:02:12.451 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1710162114,"num_in_osds":8,"osd_in_since":1710162119,"num_remapped_pgs":0} 2024-03-11T13:02:12.555 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:11.039434+0000 mgr.smithi090.wjxbir (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:12.555 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:11.253479+0000 mon.smithi090 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:12.555 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:11.664175+0000 mon.smithi090 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.90:0/2189532912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T13:02:12.555 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:11.992318+0000 mon.smithi092 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:02:12.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:11.992658+0000 mon.smithi090 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:02:13.452 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd stat -f json 2024-03-11T13:02:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:12.607896+0000 mon.smithi090 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T13:02:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:12.607981+0000 mon.smithi090 (mon.0) 550 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-11T13:02:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:12.608090+0000 mon.smithi090 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:12.608847+0000 mon.smithi092 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:02:13.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:12.609104+0000 mon.smithi090 (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:02:13.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:13.039837+0000 mgr.smithi090.wjxbir (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-11T13:02:13.937 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:02:13.610+0000 7f2dd5ac5700 -1 osd.7 0 waiting for initial osdmap 2024-03-11T13:02:13.937 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:02:13.619+0000 7f2dd2241700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:12.607896+0000 mon.smithi090 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:12.607981+0000 mon.smithi090 (mon.0) 550 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:12.608090+0000 mon.smithi090 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:12.608847+0000 mon.smithi092 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:12.609104+0000 mon.smithi090 (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:02:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:13.039837+0000 mgr.smithi090.wjxbir (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-11T13:02:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:13.608983+0000 mon.smithi090 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:02:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:13.609040+0000 mon.smithi090 (mon.0) 554 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:13.609938+0000 mon.smithi090 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:13.611956+0000 mon.smithi090 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.568411+0000 mon.smithi090 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.569213+0000 mon.smithi090 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.569991+0000 mon.smithi090 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.570678+0000 mon.smithi090 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.571329+0000 mon.smithi090 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.575063+0000 mon.smithi090 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.579855+0000 mon.smithi090 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.582834+0000 mon.smithi090 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.583677+0000 mon.smithi090 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.584346+0000 mon.smithi090 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:14.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.587796+0000 mon.smithi090 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.612177+0000 mon.smithi090 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:13.608983+0000 mon.smithi090 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:13.609040+0000 mon.smithi090 (mon.0) 554 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:13.609938+0000 mon.smithi090 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:13.611956+0000 mon.smithi090 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.568411+0000 mon.smithi090 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.569213+0000 mon.smithi090 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.569991+0000 mon.smithi090 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.570678+0000 mon.smithi090 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.571329+0000 mon.smithi090 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:02:14.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.575063+0000 mon.smithi090 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.579855+0000 mon.smithi090 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.582834+0000 mon.smithi090 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.583677+0000 mon.smithi090 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.584346+0000 mon.smithi090 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.587796+0000 mon.smithi090 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:02:14.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.612177+0000 mon.smithi090 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:15.650 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:15.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:12.950796+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:12.950891+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:02:14.563387+0000 mgr.smithi090.wjxbir (mgr.14164) 207 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:02:14.571819+0000 mgr.smithi090.wjxbir (mgr.14164) 208 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3992M 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:14.615708+0000 mon.smithi090 (mon.0) 569 : cluster [INF] osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586] boot 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:14.615756+0000 mon.smithi090 (mon.0) 570 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:14.616064+0000 mon.smithi090 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:15.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:15.040267+0000 mgr.smithi090.wjxbir (mgr.14164) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:16.017 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:12.950796+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T13:02:16.017 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:12.950891+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:02:14.563387+0000 mgr.smithi090.wjxbir (mgr.14164) 207 : cephadm [INF] Detected new or changed devices on smithi092 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:02:14.571819+0000 mgr.smithi090.wjxbir (mgr.14164) 208 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3992M 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:14.615708+0000 mon.smithi090 (mon.0) 569 : cluster [INF] osd.7 [v2:172.21.15.92:6824/15284586,v1:172.21.15.92:6825/15284586] boot 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:14.615756+0000 mon.smithi090 (mon.0) 570 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:14.616064+0000 mon.smithi090 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:02:16.018 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:15.040267+0000 mgr.smithi090.wjxbir (mgr.14164) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T13:02:16.318 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1710162134,"num_in_osds":8,"osd_in_since":1710162119,"num_remapped_pgs":0} 2024-03-11T13:02:16.319 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-11T13:02:16.545 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:15.632886+0000 mon.smithi090 (mon.0) 572 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-11T13:02:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:15.647916+0000 mon.smithi090 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.90:0/608253946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T13:02:17.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:15.632886+0000 mon.smithi090 (mon.0) 572 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-11T13:02:17.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:15.647916+0000 mon.smithi090 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.90:0/608253946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T13:02:17.741 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:17.040537+0000 mgr.smithi090.wjxbir (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:17.040537+0000 mgr.smithi090.wjxbir (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:18.415 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:18.415 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":50,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","created":"2024-03-11T12:56:25.039319+0000","modified":"2024-03-11T13:02:15.619957+0000","last_up_change":"2024-03-11T13:02:14.612546+0000","last_in_change":"2024-03-11T13:01:59.536904+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-11T13:00:36.403186+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":"780a63e6-6eac-4175-94cf-b34ec649353e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6803","nonce":1500481524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6805","nonce":1500481524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6809","nonce":1500481524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6807","nonce":1500481524}]},"public_addr":"172.21.15.90:6803/1500481524","cluster_addr":"172.21.15.90:6805/1500481524","heartbeat_back_addr":"172.21.15.90:6809/1500481524","heartbeat_front_addr":"172.21.15.90:6807/1500481524","state":["exists","up"]},{"osd":1,"uuid":"a1b6bb02-eff8-4bc2-865d-785a4cee7771","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.90:6810","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6811","nonce":1677341883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6813","nonce":1677341883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6817","nonce":1677341883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6815","nonce":1677341883}]},"public_addr":"172.21.15.90:6811/1677341883","cluster_addr":"172.21.15.90:6813/1677341883","heartbeat_back_addr":"172.21.15.90:6817/1677341883","heartbeat_front_addr":"172.21.15.90:6815/1677341883","state":["exists","up"]},{"osd":2,"uuid":"aa11268d-fb33-42ce-a044-e86717fe91b5","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.90:6818","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6819","nonce":3840296671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6821","nonce":3840296671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6825","nonce":3840296671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6823","nonce":3840296671}]},"public_addr":"172.21.15.90:6819/3840296671","cluster_addr":"172.21.15.90:6821/3840296671","heartbeat_back_addr":"172.21.15.90:6825/3840296671","heartbeat_front_addr":"172.21.15.90:6823/3840296671","state":["exists","up"]},{"osd":3,"uuid":"1f0bdffb-2302-4f02-a3bb-76589883ca2d","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.90:6826","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6827","nonce":861608480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6829","nonce":861608480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6832","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6833","nonce":861608480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6831","nonce":861608480}]},"public_addr":"172.21.15.90:6827/861608480","cluster_addr":"172.21.15.90:6829/861608480","heartbeat_back_addr":"172.21.15.90:6833/861608480","heartbeat_front_addr":"172.21.15.90:6831/861608480","state":["exists","up"]},{"osd":4,"uuid":"205eeb5e-2389-429a-a7a8-abc2cd9e9f82","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.92:6800","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6801","nonce":1169461269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6803","nonce":1169461269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6807","nonce":1169461269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6805","nonce":1169461269}]},"public_addr":"172.21.15.92:6801/1169461269","cluster_addr":"172.21.15.92:6803/1169461269","heartbeat_back_addr":"172.21.15.92:6807/1169461269","heartbeat_front_addr":"172.21.15.92:6805/1169461269","state":["exists","up"]},{"osd":5,"uuid":"3ebc89f9-d5b1-436e-99ba-8031341259a1","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.92:6808","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6809","nonce":2653895015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6811","nonce":2653895015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6815","nonce":2653895015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6813","nonce":2653895015}]},"public_addr":"172.21.15.92:6809/2653895015","cluster_addr":"172.21.15.92:6811/2653895015","heartbeat_back_addr":"172.21.15.92:6815/2653895015","heartbeat_front_addr":"172.21.15.92:6813/2653895015","state":["exists","up"]},{"osd":6,"uuid":"ab250768-edd4-4366-88e2-e790c397a26b","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.92:6816","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6817","nonce":3967841462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6819","nonce":3967841462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6823","nonce":3967841462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6821","nonce":3967841462}]},"public_addr":"172.21.15.92:6817/3967841462","cluster_addr":"172.21.15.92:6819/3967841462","heartbeat_back_addr":"172.21.15.92:6823/3967841462","heartbeat_front_addr":"172.21.15.92:6821/3967841462","state":["exists","up"]},{"osd":7,"uuid":"a4b2f5ea-2792-423e-9068-85f44ed7bd51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6825","nonce":15284586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6827","nonce":15284586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6831","nonce":15284586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6829","nonce":15284586}]},"public_addr":"172.21.15.92:6825/15284586","cluster_addr":"172.21.15.92:6827/15284586","heartbeat_back_addr":"172.21.15.92:6831/15284586","heartbeat_front_addr":"172.21.15.92:6829/15284586","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-11T12:59:47.557347+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-11T13:00:11.715871+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-11T13:00:34.938266+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-11T13:00:58.034234+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-11T13:01:14.085812+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-11T13:01:34.162249+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-11T13:01:53.284813+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-11T13:02:12.950894+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:6800/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6801/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6801/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6800/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/2054305916":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/2582208368":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/485855050":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6800/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:6801/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2046690034":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/1120930689":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2481862580":"2024-03-12T12:56:57.764937+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-11T13:02:18.744 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:18.411983+0000 mon.smithi090 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.90:0/3708272598' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:18.411983+0000 mon.smithi090 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.90:0/3708272598' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:19.026 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-11T13:00:36.403186+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-11T13:02:19.026 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-03-11T13:02:19.250 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:19.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:19.040800+0000 mgr.smithi090.wjxbir (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:19.040800+0000 mgr.smithi090.wjxbir (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:21.040 INFO:teuthology.orchestra.run.smithi090.stdout:pg_num: 1 2024-03-11T13:02:21.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:21.038659+0000 mon.smithi090 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.90:0/1157239177' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-11T13:02:21.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:21.041072+0000 mgr.smithi090.wjxbir (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:21.680 INFO:tasks.cephadm:Setting up client nodes... 2024-03-11T13:02:21.680 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-11T13:02:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:21.038659+0000 mon.smithi090 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.90:0/1157239177' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-11T13:02:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:21.041072+0000 mgr.smithi090.wjxbir (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:23.940 INFO:teuthology.orchestra.run.smithi090.stdout:[client.0] 2024-03-11T13:02:23.940 INFO:teuthology.orchestra.run.smithi090.stdout: key = AQDfAO9lJo+2NxAARUSYmHDgLpkCGS5LAKJ/Lg== 2024-03-11T13:02:24.322 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:23.041519+0000 mgr.smithi090.wjxbir (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:24.322 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:23.934542+0000 mon.smithi090 (mon.0) 576 : audit [INF] from='client.? 172.21.15.90:0/2148508200' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-11T13:02:24.322 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:23.937743+0000 mon.smithi090 (mon.0) 577 : audit [INF] from='client.? 172.21.15.90:0/2148508200' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-11T13:02:24.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:23.041519+0000 mgr.smithi090.wjxbir (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:24.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:23.934542+0000 mon.smithi090 (mon.0) 576 : audit [INF] from='client.? 172.21.15.90:0/2148508200' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-11T13:02:24.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:23.937743+0000 mon.smithi090 (mon.0) 577 : audit [INF] from='client.? 172.21.15.90:0/2148508200' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-11T13:02:24.706 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-11T13:02:24.706 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-11T13:02:24.707 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-11T13:02:24.747 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-11T13:02:24.747 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-11T13:02:24.747 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph mgr dump --format=json 2024-03-11T13:02:25.006 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:26.337 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:25.041781+0000 mgr.smithi090.wjxbir (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:25.041781+0000 mgr.smithi090.wjxbir (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:27.042 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:27.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:27.035521+0000 mon.smithi090 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.90:0/2228218677' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-11T13:02:27.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:27.035521+0000 mon.smithi090 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.90:0/2228218677' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-11T13:02:27.793 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi090.wjxbir","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6800","nonce":2331178158},{"type":"v1","addr":"172.21.15.90:6801","nonce":2331178158}]},"active_addr":"172.21.15.90:6801/2331178158","active_change":"2024-03-11T12:57:35.493491+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14226,"name":"smithi092.ygxdfq","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.90:8443/","prometheus":"http://172.21.15.90: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.90:0","nonce":4110644185}]},{"addrvec":[{"type":"v2","addr":"172.21.15.90:0","nonce":3282534233}]}]}} 2024-03-11T13:02:27.797 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-11T13:02:27.797 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-11T13:02:27.797 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-11T13:02:28.023 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:28.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:27.042079+0000 mgr.smithi090.wjxbir (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:28.509 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:27.042079+0000 mgr.smithi090.wjxbir (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:29.870 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:29.870 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":50,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","created":"2024-03-11T12:56:25.039319+0000","modified":"2024-03-11T13:02:15.619957+0000","last_up_change":"2024-03-11T13:02:14.612546+0000","last_in_change":"2024-03-11T13:01:59.536904+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-11T13:00:36.403186+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":"780a63e6-6eac-4175-94cf-b34ec649353e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6803","nonce":1500481524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6805","nonce":1500481524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6809","nonce":1500481524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6807","nonce":1500481524}]},"public_addr":"172.21.15.90:6803/1500481524","cluster_addr":"172.21.15.90:6805/1500481524","heartbeat_back_addr":"172.21.15.90:6809/1500481524","heartbeat_front_addr":"172.21.15.90:6807/1500481524","state":["exists","up"]},{"osd":1,"uuid":"a1b6bb02-eff8-4bc2-865d-785a4cee7771","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.90:6810","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6811","nonce":1677341883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6813","nonce":1677341883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6817","nonce":1677341883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6815","nonce":1677341883}]},"public_addr":"172.21.15.90:6811/1677341883","cluster_addr":"172.21.15.90:6813/1677341883","heartbeat_back_addr":"172.21.15.90:6817/1677341883","heartbeat_front_addr":"172.21.15.90:6815/1677341883","state":["exists","up"]},{"osd":2,"uuid":"aa11268d-fb33-42ce-a044-e86717fe91b5","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.90:6818","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6819","nonce":3840296671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6821","nonce":3840296671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6825","nonce":3840296671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6823","nonce":3840296671}]},"public_addr":"172.21.15.90:6819/3840296671","cluster_addr":"172.21.15.90:6821/3840296671","heartbeat_back_addr":"172.21.15.90:6825/3840296671","heartbeat_front_addr":"172.21.15.90:6823/3840296671","state":["exists","up"]},{"osd":3,"uuid":"1f0bdffb-2302-4f02-a3bb-76589883ca2d","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.90:6826","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6827","nonce":861608480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6829","nonce":861608480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6832","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6833","nonce":861608480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6831","nonce":861608480}]},"public_addr":"172.21.15.90:6827/861608480","cluster_addr":"172.21.15.90:6829/861608480","heartbeat_back_addr":"172.21.15.90:6833/861608480","heartbeat_front_addr":"172.21.15.90:6831/861608480","state":["exists","up"]},{"osd":4,"uuid":"205eeb5e-2389-429a-a7a8-abc2cd9e9f82","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.92:6800","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6801","nonce":1169461269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6803","nonce":1169461269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6807","nonce":1169461269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6805","nonce":1169461269}]},"public_addr":"172.21.15.92:6801/1169461269","cluster_addr":"172.21.15.92:6803/1169461269","heartbeat_back_addr":"172.21.15.92:6807/1169461269","heartbeat_front_addr":"172.21.15.92:6805/1169461269","state":["exists","up"]},{"osd":5,"uuid":"3ebc89f9-d5b1-436e-99ba-8031341259a1","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.92:6808","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6809","nonce":2653895015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6811","nonce":2653895015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6815","nonce":2653895015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6813","nonce":2653895015}]},"public_addr":"172.21.15.92:6809/2653895015","cluster_addr":"172.21.15.92:6811/2653895015","heartbeat_back_addr":"172.21.15.92:6815/2653895015","heartbeat_front_addr":"172.21.15.92:6813/2653895015","state":["exists","up"]},{"osd":6,"uuid":"ab250768-edd4-4366-88e2-e790c397a26b","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.92:6816","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6817","nonce":3967841462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6819","nonce":3967841462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6823","nonce":3967841462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6821","nonce":3967841462}]},"public_addr":"172.21.15.92:6817/3967841462","cluster_addr":"172.21.15.92:6819/3967841462","heartbeat_back_addr":"172.21.15.92:6823/3967841462","heartbeat_front_addr":"172.21.15.92:6821/3967841462","state":["exists","up"]},{"osd":7,"uuid":"a4b2f5ea-2792-423e-9068-85f44ed7bd51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6825","nonce":15284586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6827","nonce":15284586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6831","nonce":15284586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6829","nonce":15284586}]},"public_addr":"172.21.15.92:6825/15284586","cluster_addr":"172.21.15.92:6827/15284586","heartbeat_back_addr":"172.21.15.92:6831/15284586","heartbeat_front_addr":"172.21.15.92:6829/15284586","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-11T12:59:47.557347+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-11T13:00:11.715871+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-11T13:00:34.938266+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-11T13:00:58.034234+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-11T13:01:14.085812+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-11T13:01:34.162249+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-11T13:01:53.284813+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-11T13:02:12.950894+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:6800/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6801/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6801/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6800/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/2054305916":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/2582208368":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/485855050":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6800/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:6801/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2046690034":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/1120930689":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2481862580":"2024-03-12T12:56:57.764937+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-11T13:02:30.201 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:29.042373+0000 mgr.smithi090.wjxbir (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:30.201 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:29.867403+0000 mon.smithi090 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.90:0/3246932073' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:30.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:29.042373+0000 mgr.smithi090.wjxbir (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:30.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:29.867403+0000 mon.smithi090 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.90:0/3246932073' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:30.544 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-11T13:02:30.544 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-11T13:02:30.772 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:31.042814+0000 mgr.smithi090.wjxbir (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:32.074 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:31.042814+0000 mgr.smithi090.wjxbir (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:32.748 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:02:32.748 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":50,"fsid":"b1792570-dfa6-11ee-95c7-87774f69a715","created":"2024-03-11T12:56:25.039319+0000","modified":"2024-03-11T13:02:15.619957+0000","last_up_change":"2024-03-11T13:02:14.612546+0000","last_in_change":"2024-03-11T13:01:59.536904+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-11T13:00:36.403186+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":"780a63e6-6eac-4175-94cf-b34ec649353e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6803","nonce":1500481524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6805","nonce":1500481524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6809","nonce":1500481524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1500481524},{"type":"v1","addr":"172.21.15.90:6807","nonce":1500481524}]},"public_addr":"172.21.15.90:6803/1500481524","cluster_addr":"172.21.15.90:6805/1500481524","heartbeat_back_addr":"172.21.15.90:6809/1500481524","heartbeat_front_addr":"172.21.15.90:6807/1500481524","state":["exists","up"]},{"osd":1,"uuid":"a1b6bb02-eff8-4bc2-865d-785a4cee7771","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.90:6810","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6811","nonce":1677341883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6813","nonce":1677341883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6817","nonce":1677341883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1677341883},{"type":"v1","addr":"172.21.15.90:6815","nonce":1677341883}]},"public_addr":"172.21.15.90:6811/1677341883","cluster_addr":"172.21.15.90:6813/1677341883","heartbeat_back_addr":"172.21.15.90:6817/1677341883","heartbeat_front_addr":"172.21.15.90:6815/1677341883","state":["exists","up"]},{"osd":2,"uuid":"aa11268d-fb33-42ce-a044-e86717fe91b5","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.90:6818","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6819","nonce":3840296671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6821","nonce":3840296671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6825","nonce":3840296671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3840296671},{"type":"v1","addr":"172.21.15.90:6823","nonce":3840296671}]},"public_addr":"172.21.15.90:6819/3840296671","cluster_addr":"172.21.15.90:6821/3840296671","heartbeat_back_addr":"172.21.15.90:6825/3840296671","heartbeat_front_addr":"172.21.15.90:6823/3840296671","state":["exists","up"]},{"osd":3,"uuid":"1f0bdffb-2302-4f02-a3bb-76589883ca2d","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.90:6826","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6827","nonce":861608480}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6829","nonce":861608480}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6832","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6833","nonce":861608480}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":861608480},{"type":"v1","addr":"172.21.15.90:6831","nonce":861608480}]},"public_addr":"172.21.15.90:6827/861608480","cluster_addr":"172.21.15.90:6829/861608480","heartbeat_back_addr":"172.21.15.90:6833/861608480","heartbeat_front_addr":"172.21.15.90:6831/861608480","state":["exists","up"]},{"osd":4,"uuid":"205eeb5e-2389-429a-a7a8-abc2cd9e9f82","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.92:6800","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6801","nonce":1169461269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6803","nonce":1169461269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6807","nonce":1169461269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1169461269},{"type":"v1","addr":"172.21.15.92:6805","nonce":1169461269}]},"public_addr":"172.21.15.92:6801/1169461269","cluster_addr":"172.21.15.92:6803/1169461269","heartbeat_back_addr":"172.21.15.92:6807/1169461269","heartbeat_front_addr":"172.21.15.92:6805/1169461269","state":["exists","up"]},{"osd":5,"uuid":"3ebc89f9-d5b1-436e-99ba-8031341259a1","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.92:6808","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6809","nonce":2653895015}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6811","nonce":2653895015}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6815","nonce":2653895015}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2653895015},{"type":"v1","addr":"172.21.15.92:6813","nonce":2653895015}]},"public_addr":"172.21.15.92:6809/2653895015","cluster_addr":"172.21.15.92:6811/2653895015","heartbeat_back_addr":"172.21.15.92:6815/2653895015","heartbeat_front_addr":"172.21.15.92:6813/2653895015","state":["exists","up"]},{"osd":6,"uuid":"ab250768-edd4-4366-88e2-e790c397a26b","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.92:6816","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6817","nonce":3967841462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6819","nonce":3967841462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6823","nonce":3967841462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":3967841462},{"type":"v1","addr":"172.21.15.92:6821","nonce":3967841462}]},"public_addr":"172.21.15.92:6817/3967841462","cluster_addr":"172.21.15.92:6819/3967841462","heartbeat_back_addr":"172.21.15.92:6823/3967841462","heartbeat_front_addr":"172.21.15.92:6821/3967841462","state":["exists","up"]},{"osd":7,"uuid":"a4b2f5ea-2792-423e-9068-85f44ed7bd51","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6825","nonce":15284586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6827","nonce":15284586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6831","nonce":15284586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":15284586},{"type":"v1","addr":"172.21.15.92:6829","nonce":15284586}]},"public_addr":"172.21.15.92:6825/15284586","cluster_addr":"172.21.15.92:6827/15284586","heartbeat_back_addr":"172.21.15.92:6831/15284586","heartbeat_front_addr":"172.21.15.92:6829/15284586","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-11T12:59:47.557347+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-11T13:00:11.715871+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-11T13:00:34.938266+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-11T13:00:58.034234+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-11T13:01:14.085812+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-11T13:01:34.162249+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-11T13:01:53.284813+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-11T13:02:12.950894+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:6800/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6801/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6801/3791916318":"2024-03-12T12:57:35.493204+0000","172.21.15.90:6800/878538226":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/2054305916":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/2582208368":"2024-03-12T12:57:19.659942+0000","172.21.15.90:0/485855050":"2024-03-12T12:57:19.659942+0000","172.21.15.90:6800/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:6801/1714200167":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2046690034":"2024-03-12T12:57:35.493204+0000","172.21.15.90:0/1120930689":"2024-03-12T12:56:57.764937+0000","172.21.15.90:0/2481862580":"2024-03-12T12:56:57.764937+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-11T13:02:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:32.745927+0000 mon.smithi090 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.90:0/2716247782' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:32.745927+0000 mon.smithi090 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.90:0/2716247782' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T13:02:33.345 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-11T13:02:33.346 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-11T13:02:33.347 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-11T13:02:33.347 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-11T13:02:33.348 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-11T13:02:33.348 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-11T13:02:33.349 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-11T13:02:33.349 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-11T13:02:33.740 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.056 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:33.043233+0000 mgr.smithi090.wjxbir (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:34.092 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.092 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.095 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.096 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.100 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.101 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:33.043233+0000 mgr.smithi090.wjxbir (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:36.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:35.043535+0000 mgr.smithi090.wjxbir (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:36.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:35.701865+0000 mon.smithi090 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:02:36.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:35.702095+0000 mon.smithi090 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:02:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:35.043535+0000 mgr.smithi090.wjxbir (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:35.701865+0000 mon.smithi090 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:02:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:35.702095+0000 mon.smithi090 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:02:37.283 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:38.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:37.043896+0000 mgr.smithi090.wjxbir (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:37.043896+0000 mgr.smithi090.wjxbir (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:39.044230+0000 mgr.smithi090.wjxbir (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:39.044230+0000 mgr.smithi090.wjxbir (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:41.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:41.044563+0000 mgr.smithi090.wjxbir (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:41.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:41.044563+0000 mgr.smithi090.wjxbir (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:43.440 INFO:teuthology.orchestra.run.smithi090.stdout:38654705702 2024-03-11T13:02:43.441 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-11T13:02:44.287 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:43.044866+0000 mgr.smithi090.wjxbir (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:43.044866+0000 mgr.smithi090.wjxbir (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:46.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:45.045152+0000 mgr.smithi090.wjxbir (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:46.534 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:45.045152+0000 mgr.smithi090.wjxbir (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:47.152 INFO:teuthology.orchestra.run.smithi090.stdout:184683593741 2024-03-11T13:02:47.152 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-11T13:02:47.707 INFO:teuthology.orchestra.run.smithi090.stdout:111669149720 2024-03-11T13:02:47.707 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-11T13:02:48.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:47.045693+0000 mgr.smithi090.wjxbir (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:48.599 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:47.045693+0000 mgr.smithi090.wjxbir (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:48.968 INFO:teuthology.orchestra.run.smithi090.stdout:158913789968 2024-03-11T13:02:48.969 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-11T13:02:49.507 INFO:teuthology.orchestra.run.smithi090.stdout:210453397513 2024-03-11T13:02:49.507 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-11T13:02:50.225 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:49.046004+0000 mgr.smithi090.wjxbir (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:50.244 INFO:teuthology.orchestra.run.smithi090.stdout:81604378654 2024-03-11T13:02:50.244 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-11T13:02:50.255 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:49.046004+0000 mgr.smithi090.wjxbir (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:50.754 INFO:teuthology.orchestra.run.smithi090.stdout:60129542178 2024-03-11T13:02:50.754 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-11T13:02:51.083 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.083 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.084 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.084 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.086 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.570 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:02:51.878 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:51.046373+0000 mgr.smithi090.wjxbir (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:51.046373+0000 mgr.smithi090.wjxbir (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:53.009 INFO:teuthology.orchestra.run.smithi090.stdout:133143986197 2024-03-11T13:02:53.010 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-11T13:02:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:53.046704+0000 mgr.smithi090.wjxbir (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:53.046704+0000 mgr.smithi090.wjxbir (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:56.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:55.046977+0000 mgr.smithi090.wjxbir (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:56.472 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:55.046977+0000 mgr.smithi090.wjxbir (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:57.585 INFO:teuthology.orchestra.run.smithi090.stdout:38654705705 2024-03-11T13:02:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:57.047487+0000 mgr.smithi090.wjxbir (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:58.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:02:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:57.381872+0000 mon.smithi090 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.90:0/256603540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-11T13:02:58.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:57.047487+0000 mgr.smithi090.wjxbir (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:02:58.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:02:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:57.381872+0000 mon.smithi090 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.90:0/256603540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-11T13:02:58.566 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705702 got 38654705705 for osd.0 2024-03-11T13:02:58.566 DEBUG:teuthology.parallel:result is None 2024-03-11T13:02:59.216 INFO:teuthology.orchestra.run.smithi090.stdout:81604378656 2024-03-11T13:03:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:02:59.047824+0000 mgr.smithi090.wjxbir (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:02:59.214611+0000 mon.smithi090 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.90:0/4274614732' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-11T13:03:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:02:59.047824+0000 mgr.smithi090.wjxbir (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:02:59.214611+0000 mon.smithi090 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.90:0/4274614732' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-11T13:03:01.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378654 got 81604378656 for osd.2 2024-03-11T13:03:01.591 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:01.827 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:01.048348+0000 mgr.smithi090.wjxbir (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:01.827 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:01.126477+0000 mon.smithi090 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.90:0/252282507' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-11T13:03:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:01.048348+0000 mgr.smithi090.wjxbir (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:01.126477+0000 mon.smithi090 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.90:0/252282507' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-11T13:03:02.407 INFO:teuthology.orchestra.run.smithi090.stdout:60129542181 2024-03-11T13:03:02.489 INFO:teuthology.orchestra.run.smithi090.stdout:111669149724 2024-03-11T13:03:02.714 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:02.405722+0000 mon.smithi090 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.90:0/1985275209' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-11T13:03:02.715 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:02.487607+0000 mon.smithi090 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.90:0/2120075705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-11T13:03:02.870 INFO:teuthology.orchestra.run.smithi090.stdout:210453397516 2024-03-11T13:03:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:02.405722+0000 mon.smithi090 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.90:0/1985275209' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-11T13:03:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:02.487607+0000 mon.smithi090 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.90:0/2120075705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-11T13:03:03.020 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:03:03.868 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:03.048683+0000 mgr.smithi090.wjxbir (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:03.869 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397513 got 210453397516 for osd.7 2024-03-11T13:03:03.869 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:03.048683+0000 mgr.smithi090.wjxbir (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:04.220 INFO:teuthology.orchestra.run.smithi090.stdout:158913789972 2024-03-11T13:03:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:04.218875+0000 mon.smithi090 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.90:0/2919052711' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-11T13:03:05.012 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:04.218875+0000 mon.smithi090 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.90:0/2919052711' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-11T13:03:05.030 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149724 for osd.3 2024-03-11T13:03:05.030 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:05.469 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542178 got 60129542181 for osd.1 2024-03-11T13:03:05.470 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:05.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:05.048973+0000 mgr.smithi090.wjxbir (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:05.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:05.048973+0000 mgr.smithi090.wjxbir (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:06.719 INFO:teuthology.orchestra.run.smithi090.stdout:133143986200 2024-03-11T13:03:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:06.717125+0000 mon.smithi090 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.90:0/2628009293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-11T13:03:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:06.717125+0000 mon.smithi090 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.90:0/2628009293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-11T13:03:07.205 INFO:teuthology.orchestra.run.smithi090.stdout:184683593745 2024-03-11T13:03:07.792 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593745 for osd.6 2024-03-11T13:03:07.792 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:07.049277+0000 mgr.smithi090.wjxbir (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:07.131249+0000 mon.smithi090 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.90:0/3918902005' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-11T13:03:08.142 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789972 for osd.5 2024-03-11T13:03:08.143 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:07.049277+0000 mgr.smithi090.wjxbir (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:07.131249+0000 mon.smithi090 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.90:0/3918902005' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-11T13:03:08.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986200 for osd.4 2024-03-11T13:03:08.560 DEBUG:teuthology.parallel:result is None 2024-03-11T13:03:08.560 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-11T13:03:08.561 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-11T13:03:08.791 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:03:10.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:09.049614+0000 mgr.smithi090.wjxbir (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:10.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:09.049614+0000 mgr.smithi090.wjxbir (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:10.582 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:03:10.583 INFO:teuthology.orchestra.run.smithi090.stderr:dumped all 2024-03-11T13:03:11.208 INFO:teuthology.orchestra.run.smithi090.stdout:{"pg_ready":true,"pg_map":{"version":207,"stamp":"2024-03-11T13:03:09.049434+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":43148,"kb_used_data":3788,"kb_used_omap":0,"kb_used_meta":39296,"kb_avail":749918068,"statfs":{"total":767960285184,"available":767916101632,"internally_reserved":0,"allocated":3878912,"data_stored":1542262,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40239104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":50,"state":"active+clean","last_fresh":"2024-03-11T13:02:15.765536+0000","last_change":"2024-03-11T13:02:15.765536+0000","last_active":"2024-03-11T13:02:15.765536+0000","last_peered":"2024-03-11T13:02:15.765536+0000","last_clean":"2024-03-11T13:02:15.765536+0000","last_became_active":"2024-03-11T13:02:15.765117+0000","last_became_peered":"2024-03-11T13:02:15.765117+0000","last_unstale":"2024-03-11T13:02:15.765536+0000","last_undegraded":"2024-03-11T13:02:15.765536+0000","last_fullsized":"2024-03-11T13:02:15.765536+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-11T13:00:37.153585+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-11T13:00:37.153585+0000","last_clean_scrub_stamp":"2024-03-11T13:00:37.153585+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5220,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739932,"statfs":{"total":95995035648,"available":95989690368,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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.374}]},{"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.59399999999999997}]},{"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.48599999999999999}]},{"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.54100000000000004}]},{"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.56799999999999995}]},{"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.52900000000000003}]},{"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.503}]}]},{"osd":6,"up_from":43,"seq":184683593745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5280,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739872,"statfs":{"total":95995035648,"available":95989628928,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.60499999999999998}]},{"osd":1,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.71899999999999997}]},{"osd":2,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.64400000000000002}]},{"osd":3,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.63300000000000001}]},{"osd":4,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.48999999999999999}]},{"osd":5,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.57399999999999995}]},{"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.61899999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5536,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739616,"statfs":{"total":95995035648,"available":95989366784,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:18 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.33400000000000002,"15min":0.32800000000000001},"min":{"1min":0.251,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.53000000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.32300000000000001,"15min":0.315},"min":{"1min":0.27000000000000002,"5min":0.216,"15min":0.216},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.28399999999999997}]},{"osd":2,"last update":"Mon Mar 11 13:02:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.33700000000000002,"15min":0.32900000000000001},"min":{"1min":0.28499999999999998,"5min":0.214,"15min":0.214},"max":{"1min":0.51300000000000001,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.308},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.373,"15min":0.36799999999999999},"min":{"1min":0.25800000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.40200000000000002}]},{"osd":3,"last update":"Mon Mar 11 13:02:03 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.371},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.33200000000000002}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.56200000000000006}]},{"osd":5,"last update":"Mon Mar 11 13:02:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.69499999999999995}]},{"osd":6,"last update":"Mon Mar 11 13:02:55 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.66900000000000004}]},{"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.59199999999999997}]}]},{"osd":0,"up_from":9,"seq":38654705707,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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 13:02:19 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.311,"15min":0.30499999999999999},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.32900000000000001,"15min":0.31900000000000001},"min":{"1min":0.27000000000000002,"5min":0.224,"15min":0.224},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.27700000000000002}]},{"osd":2,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.33300000000000002,"15min":0.32700000000000001},"min":{"1min":0.23400000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.25600000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.311}]},{"osd":3,"last update":"Mon Mar 11 13:02:00 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.33700000000000002}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.44},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.499}]},{"osd":5,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.50900000000000001}]},{"osd":6,"last update":"Mon Mar 11 13:02:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.53200000000000003}]},{"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.47899999999999998}]}]},{"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":5468,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739684,"statfs":{"total":95995035648,"available":95989436416,"internally_reserved":0,"allocated":479232,"data_stored":192046,"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 13:02:43 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.33200000000000002,"15min":0.32400000000000001},"min":{"1min":0.24199999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.496,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.34499999999999997,"15min":0.33900000000000002},"min":{"1min":0.28399999999999997,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.48499999999999999,"5min":0.496,"15min":0.496},"last":0.61799999999999999}]},{"osd":1,"last update":"Mon Mar 11 13:02:43 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.36699999999999999,"15min":0.35999999999999999},"min":{"1min":0.27200000000000002,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54100000000000004,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.38,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.26200000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.63400000000000001}]},{"osd":3,"last update":"Mon Mar 11 13:03:03 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.32400000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.56100000000000005,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.41999999999999998,"15min":0.42199999999999999},"min":{"1min":0.28499999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56299999999999994,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.69299999999999995}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.91200000000000003}]},{"osd":5,"last update":"Mon Mar 11 13:02:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.95599999999999996},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.96599999999999997}]},{"osd":6,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.99099999999999999}]},{"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.92800000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5348,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739804,"statfs":{"total":95995035648,"available":95989559296,"internally_reserved":0,"allocated":487424,"data_stored":193023,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.35399999999999998,"15min":0.35599999999999998},"min":{"1min":0.25700000000000001,"5min":0.221,"15min":0.221},"max":{"1min":0.49099999999999999,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.378,"15min":0.38200000000000001},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.499,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.29699999999999999}]},{"osd":1,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.39000000000000001,"15min":0.39300000000000002},"min":{"1min":0.26600000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.51200000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.28599999999999998}]},{"osd":2,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.41699999999999998,"15min":0.42099999999999999},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39900000000000002,"15min":0.40400000000000003},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.55800000000000005,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.316}]},{"osd":4,"last update":"Mon Mar 11 13:02:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.56100000000000005}]},{"osd":5,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.53900000000000003}]},{"osd":6,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.58399999999999996}]},{"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.59799999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.53500000000000003}]},{"osd":1,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.36399999999999999}]},{"osd":2,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.38200000000000001}]},{"osd":3,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.46500000000000002}]},{"osd":5,"last update":"Mon Mar 11 13:02:36 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.504},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.58799999999999997}]},{"osd":6,"last update":"Mon Mar 11 13:02:56 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.57499999999999996}]},{"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.56599999999999995}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.54700000000000004}]},{"osd":1,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.44500000000000001}]},{"osd":2,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.60199999999999998}]},{"osd":3,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.70699999999999996}]},{"osd":4,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.68999999999999995}]},{"osd":6,"last update":"Mon Mar 11 13:02:56 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.66300000000000003}]},{"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.748}]}]}],"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-11T13:03:11.210 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-11T13:03:11.435 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:03:11.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:10.577728+0000 mgr.smithi090.wjxbir (mgr.14164) 237 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:11.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:11.050126+0000 mgr.smithi090.wjxbir (mgr.14164) 238 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:12.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:10.577728+0000 mgr.smithi090.wjxbir (mgr.14164) 237 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:12.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:11.050126+0000 mgr.smithi090.wjxbir (mgr.14164) 238 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:13.537 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:03:13.539 INFO:teuthology.orchestra.run.smithi090.stderr:dumped all 2024-03-11T13:03:14.190 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:13.050603+0000 mgr.smithi090.wjxbir (mgr.14164) 239 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:14.209 INFO:teuthology.orchestra.run.smithi090.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2024-03-11T13:03:13.050351+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":43148,"kb_used_data":3788,"kb_used_omap":0,"kb_used_meta":39296,"kb_avail":749918068,"statfs":{"total":767960285184,"available":767916101632,"internally_reserved":0,"allocated":3878912,"data_stored":1542262,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40239104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":50,"state":"active+clean","last_fresh":"2024-03-11T13:02:15.765536+0000","last_change":"2024-03-11T13:02:15.765536+0000","last_active":"2024-03-11T13:02:15.765536+0000","last_peered":"2024-03-11T13:02:15.765536+0000","last_clean":"2024-03-11T13:02:15.765536+0000","last_became_active":"2024-03-11T13:02:15.765117+0000","last_became_peered":"2024-03-11T13:02:15.765117+0000","last_unstale":"2024-03-11T13:02:15.765536+0000","last_undegraded":"2024-03-11T13:02:15.765536+0000","last_fullsized":"2024-03-11T13:02:15.765536+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-11T13:00:37.153585+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-11T13:00:37.153585+0000","last_clean_scrub_stamp":"2024-03-11T13:00:37.153585+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":5220,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739932,"statfs":{"total":95995035648,"available":95989690368,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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.47999999999999998}]},{"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.47099999999999997}]},{"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.40000000000000002}]},{"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.45800000000000002}]},{"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.32200000000000001}]},{"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.433}]}]},{"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":5280,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739872,"statfs":{"total":95995035648,"available":95989628928,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.623},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.52800000000000002}]},{"osd":1,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.51300000000000001}]},{"osd":2,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.47599999999999998}]},{"osd":3,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.55700000000000005}]},{"osd":4,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.58199999999999996}]},{"osd":5,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.5}]},{"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.61099999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5536,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739616,"statfs":{"total":95995035648,"available":95989366784,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:18 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.33400000000000002,"15min":0.32800000000000001},"min":{"1min":0.251,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.53000000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.32300000000000001,"15min":0.315},"min":{"1min":0.27000000000000002,"5min":0.216,"15min":0.216},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.51700000000000002}]},{"osd":2,"last update":"Mon Mar 11 13:02:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.33700000000000002,"15min":0.32900000000000001},"min":{"1min":0.28499999999999998,"5min":0.214,"15min":0.214},"max":{"1min":0.51300000000000001,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.373,"15min":0.36799999999999999},"min":{"1min":0.25800000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.45400000000000001}]},{"osd":3,"last update":"Mon Mar 11 13:03:05 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.42699999999999999,"15min":0.42999999999999999},"min":{"1min":0.30099999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56299999999999994,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.41299999999999998,"15min":0.41899999999999998},"min":{"1min":0.29499999999999998,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.49299999999999999,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.501}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.67300000000000004}]},{"osd":5,"last update":"Mon Mar 11 13:02:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.625}]},{"osd":6,"last update":"Mon Mar 11 13:02:55 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.71699999999999997}]},{"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.65800000000000003}]}]},{"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":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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 13:02:19 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.311,"15min":0.30499999999999999},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.32900000000000001,"15min":0.31900000000000001},"min":{"1min":0.27000000000000002,"5min":0.224,"15min":0.224},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.495}]},{"osd":2,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.33300000000000002,"15min":0.32700000000000001},"min":{"1min":0.23400000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.36499999999999999,"15min":0.35899999999999999},"min":{"1min":0.25600000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53200000000000003}]},{"osd":3,"last update":"Mon Mar 11 13:03:05 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.40600000000000003,"15min":0.40400000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.443},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.38600000000000001,"15min":0.38500000000000001},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.45400000000000001}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.73899999999999999}]},{"osd":5,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.623},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.80600000000000005}]},{"osd":6,"last update":"Mon Mar 11 13:02:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.77700000000000002}]},{"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.81000000000000005}]}]},{"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":5468,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739684,"statfs":{"total":95995035648,"available":95989436416,"internally_reserved":0,"allocated":479232,"data_stored":192046,"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 13:02:43 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.33200000000000002,"15min":0.32400000000000001},"min":{"1min":0.24199999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.496,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.34499999999999997,"15min":0.33900000000000002},"min":{"1min":0.28399999999999997,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.48499999999999999,"5min":0.496,"15min":0.496},"last":0.25600000000000001}]},{"osd":1,"last update":"Mon Mar 11 13:02:43 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.36699999999999999,"15min":0.35999999999999999},"min":{"1min":0.27200000000000002,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54100000000000004,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.38,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.26200000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.28399999999999997}]},{"osd":3,"last update":"Mon Mar 11 13:03:03 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.32400000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.56100000000000005,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.41999999999999998,"15min":0.42199999999999999},"min":{"1min":0.28499999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56299999999999994,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.32000000000000001}]},{"osd":4,"last update":"Mon Mar 11 13:02:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.50900000000000001}]},{"osd":5,"last update":"Mon Mar 11 13:02:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.499}]},{"osd":6,"last update":"Mon Mar 11 13:02:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"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.51600000000000001}]}]},{"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":5348,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739804,"statfs":{"total":95995035648,"available":95989559296,"internally_reserved":0,"allocated":487424,"data_stored":193023,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.35399999999999998,"15min":0.35599999999999998},"min":{"1min":0.25700000000000001,"5min":0.221,"15min":0.221},"max":{"1min":0.49099999999999999,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.378,"15min":0.38200000000000001},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.499,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.28899999999999998}]},{"osd":1,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.39000000000000001,"15min":0.39300000000000002},"min":{"1min":0.26600000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.51200000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.311}]},{"osd":2,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.41699999999999998,"15min":0.42099999999999999},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39900000000000002,"15min":0.40400000000000003},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.55800000000000005,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.27400000000000002}]},{"osd":4,"last update":"Mon Mar 11 13:02:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.45000000000000001}]},{"osd":5,"last update":"Mon Mar 11 13:02:40 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.65700000000000003}]},{"osd":6,"last update":"Mon Mar 11 13:03:00 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.628},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.54400000000000004}]},{"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.499}]}]},{"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":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":193023,"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 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.56200000000000006}]},{"osd":1,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.44700000000000001}]},{"osd":2,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.48699999999999999}]},{"osd":3,"last update":"Mon Mar 11 13:02:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.54900000000000004}]},{"osd":5,"last update":"Mon Mar 11 13:02:36 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.752},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.73499999999999999}]},{"osd":6,"last update":"Mon Mar 11 13:02:56 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.72199999999999998}]},{"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.76000000000000001}]}]},{"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":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":192708,"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 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.44400000000000001}]},{"osd":1,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.495}]},{"osd":2,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.45800000000000002}]},{"osd":3,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.48299999999999998}]},{"osd":4,"last update":"Mon Mar 11 13:02:37 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.65800000000000003}]},{"osd":6,"last update":"Mon Mar 11 13:02:56 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.57199999999999995}]},{"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.53600000000000003}]}]}],"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-11T13:03:14.211 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-11T13:03:14.211 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-11T13:03:14.211 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-11T13:03:14.211 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph health --format=json 2024-03-11T13:03:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:13.050603+0000 mgr.smithi090.wjxbir (mgr.14164) 239 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:14.437 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/mon.smithi090/config 2024-03-11T13:03:15.282 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:13.533152+0000 mgr.smithi090.wjxbir (mgr.14164) 240 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:15.283 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:14.590951+0000 mon.smithi090 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:15.283 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:14.591893+0000 mon.smithi090 (mon.0) 592 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:15.283 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:14.592569+0000 mon.smithi090 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:15.283 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:14.846166+0000 mon.smithi090 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:13.533152+0000 mgr.smithi090.wjxbir (mgr.14164) 240 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:14.590951+0000 mon.smithi090 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:15.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:14.591893+0000 mon.smithi090 (mon.0) 592 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:14.592569+0000 mon.smithi090 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:15.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:14.846166+0000 mon.smithi090 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:16.328 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:03:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:15.051000+0000 mgr.smithi090.wjxbir (mgr.14164) 241 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:15.051000+0000 mgr.smithi090.wjxbir (mgr.14164) 241 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:17.036 INFO:teuthology.orchestra.run.smithi090.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-11T13:03:17.036 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-11T13:03:17.036 INFO:tasks.cephadm:Setup complete, yielding 2024-03-11T13:03:17.037 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T13:03:17.045 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:03:17.046 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph orch status' 2024-03-11T13:03:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:16.325997+0000 mon.smithi090 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.90:0/2317120967' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-11T13:03:17.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:16.325997+0000 mon.smithi090 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.90:0/2317120967' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-11T13:03:18.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:17.051354+0000 mgr.smithi090.wjxbir (mgr.14164) 242 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:18.465 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:17.051354+0000 mgr.smithi090.wjxbir (mgr.14164) 242 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:19.151 INFO:teuthology.orchestra.run.smithi090.stdout:Backend: cephadm 2024-03-11T13:03:19.151 INFO:teuthology.orchestra.run.smithi090.stdout:Available: Yes 2024-03-11T13:03:19.151 INFO:teuthology.orchestra.run.smithi090.stdout:Paused: No 2024-03-11T13:03:20.066 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-11T13:03:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:19.051701+0000 mgr.smithi090.wjxbir (mgr.14164) 243 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:19.148781+0000 mgr.smithi090.wjxbir (mgr.14164) 244 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:19.051701+0000 mgr.smithi090.wjxbir (mgr.14164) 243 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:19.148781+0000 mgr.smithi090.wjxbir (mgr.14164) 244 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:21.052045+0000 mgr.smithi090.wjxbir (mgr.14164) 245 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:22.035 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:21.052045+0000 mgr.smithi090.wjxbir (mgr.14164) 245 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:22.424 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:03:22.424 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (3m) 89s ago 5m 22.3M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (5m) 89s ago 5m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (4m) 71s ago 4m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (3m) 89s ago 4m 27.4M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (6m) 89s ago 6m 413M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (4m) 71s ago 4m 369M - 16.2.5 6933c2a0b7dd b296ff5ef22c 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (6m) 89s ago 6m 53.8M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (4m) 71s ago 4m 56.3M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (4m) 89s ago 4m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (3m) 71s ago 3m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (3m) 89s ago 3m 32.0M 3224M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (3m) 89s ago 3m 30.1M 3224M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (2m) 89s ago 2m 29.4M 3224M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (2m) 89s ago 2m 28.2M 3224M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (2m) 71s ago 2m 27.1M 3992M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (112s) 71s ago 112s 27.8M 3992M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:03:22.425 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (93s) 71s ago 93s 29.9M 3992M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:03:22.426 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (74s) 71s ago 73s 11.4M 3992M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:03:22.426 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (3m) 89s ago 4m 37.7M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:03:22.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:22.415249+0000 mgr.smithi090.wjxbir (mgr.14164) 246 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:22.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:22.415249+0000 mgr.smithi090.wjxbir (mgr.14164) 246 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:23.525 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-11T13:03:23.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:23 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:23.052469+0000 mgr.smithi090.wjxbir (mgr.14164) 247 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:23.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:23.052469+0000 mgr.smithi090.wjxbir (mgr.14164) 247 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager ?:9093,9094 1/1 92s ago 6m count:1 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:crash 2/2 92s ago 6m * 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:grafana ?:3000 1/1 92s ago 6m count:1 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:mgr 2/2 92s ago 6m count:2 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:mon 2/2 92s ago 5m smithi090:172.21.15.90=smithi090;smithi092:172.21.15.92=smithi092;count:2 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter ?:9100 2/2 92s ago 6m * 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:osd 8/8 92s ago - 2024-03-11T13:03:25.999 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus ?:9095 1/1 92s ago 6m count:1 2024-03-11T13:03:26.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:25.052985+0000 mgr.smithi090.wjxbir (mgr.14164) 248 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:25.052985+0000 mgr.smithi090.wjxbir (mgr.14164) 248 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:26.949 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-11T13:03:27.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:25.993555+0000 mgr.smithi090.wjxbir (mgr.14164) 249 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:27.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:25.993555+0000 mgr.smithi090.wjxbir (mgr.14164) 249 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:28.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:27.053369+0000 mgr.smithi090.wjxbir (mgr.14164) 250 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:28.528 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:27.053369+0000 mgr.smithi090.wjxbir (mgr.14164) 250 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:29.277 INFO:teuthology.orchestra.run.smithi090.stdout:HOST ADDR LABELS STATUS 2024-03-11T13:03:29.277 INFO:teuthology.orchestra.run.smithi090.stdout:smithi090 172.21.15.90 2024-03-11T13:03:29.277 INFO:teuthology.orchestra.run.smithi090.stdout:smithi092 172.21.15.92 2024-03-11T13:03:29.972 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-11T13:03:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:29.053685+0000 mgr.smithi090.wjxbir (mgr.14164) 251 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:29.274595+0000 mgr.smithi090.wjxbir (mgr.14164) 252 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:30.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:29.053685+0000 mgr.smithi090.wjxbir (mgr.14164) 251 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:30.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:29.274595+0000 mgr.smithi090.wjxbir (mgr.14164) 252 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:31.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:31.054123+0000 mgr.smithi090.wjxbir (mgr.14164) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:31.054123+0000 mgr.smithi090.wjxbir (mgr.14164) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:31.970 INFO:teuthology.orchestra.run.smithi090.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-03-11T13:03:31.970 INFO:teuthology.orchestra.run.smithi090.stdout:smithi090 /dev/nvme0n1 ssd PHFT620400UK400BGN 400G Unknown N/A N/A No 2024-03-11T13:03:31.970 INFO:teuthology.orchestra.run.smithi090.stdout:smithi092 /dev/nvme0n1 ssd PHFT620400QM400BGN 400G Unknown N/A N/A No 2024-03-11T13:03:32.646 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T13:03:32.656 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:03:32.657 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-11T13:03:32.687 INFO:teuthology.orchestra.run.smithi090.stderr:+ systemctl stop nfs-server 2024-03-11T13:03:32.694 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi092.front.sepia.ceph.com 2024-03-11T13:03:32.695 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-11T13:03:32.728 INFO:teuthology.orchestra.run.smithi092.stderr:+ systemctl stop nfs-server 2024-03-11T13:03:32.736 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T13:03:32.748 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:03:32.748 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-03-11T13:03:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:31.968115+0000 mgr.smithi090.wjxbir (mgr.14164) 254 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:31.968115+0000 mgr.smithi090.wjxbir (mgr.14164) 254 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:33.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:33.054567+0000 mgr.smithi090.wjxbir (mgr.14164) 255 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:33.054567+0000 mgr.smithi090.wjxbir (mgr.14164) 255 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:34.850499+0000 mon.smithi090 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-11T13:03:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:34.850499+0000 mon.smithi090 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:34.849958+0000 mgr.smithi090.wjxbir (mgr.14164) 256 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:35.054828+0000 mgr.smithi090.wjxbir (mgr.14164) 257 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:35.134983+0000 mon.smithi090 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:35.135037+0000 mon.smithi090 (mon.0) 598 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:35.140011+0000 mon.smithi090 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:35.703053+0000 mon.smithi090 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:03:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:35.703457+0000 mon.smithi090 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:03:36.501 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:34.849958+0000 mgr.smithi090.wjxbir (mgr.14164) 256 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:36.501 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:35.054828+0000 mgr.smithi090.wjxbir (mgr.14164) 257 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:36.501 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:35.134983+0000 mon.smithi090 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-11T13:03:36.501 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:35.135037+0000 mon.smithi090 (mon.0) 598 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-11T13:03:36.501 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:35.140011+0000 mon.smithi090 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-11T13:03:36.502 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:35.703053+0000 mon.smithi090 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:03:36.502 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:35.703457+0000 mon.smithi090 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:03:36.502 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T13:03:36.149+0000 7fbc449ac700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:03:36.809 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-11T13:03:36.820 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-03-11T13:03:36.820 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch ls -f json 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.144217+0000 mon.smithi090 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:36.144435+0000 mon.smithi090 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.150236+0000 mon.smithi090 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:36.150954+0000 mon.smithi090 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:36.150981+0000 mon.smithi090 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:36.157833+0000 mon.smithi090 (mon.0) 607 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.158147+0000 mon.smithi090 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:36.158225+0000 mon.smithi090 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:36.162405+0000 mgr.smithi090.wjxbir (mgr.14164) 258 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.170242+0000 mon.smithi090 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.170999+0000 mon.smithi090 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:37.348 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.172329+0000 mon.smithi090 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.174166+0000 mon.smithi090 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.182369+0000 mon.smithi090 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.191798+0000 mon.smithi090 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.192418+0000 mon.smithi090 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.197779+0000 mon.smithi090 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:36.198655+0000 mon.smithi090 (mon.0) 618 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:37.349 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:36.199366+0000 mgr.smithi090.wjxbir (mgr.14164) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.144217+0000 mon.smithi090 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:36.144435+0000 mon.smithi090 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.150236+0000 mon.smithi090 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:36.150954+0000 mon.smithi090 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:36.150981+0000 mon.smithi090 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:36.157833+0000 mon.smithi090 (mon.0) 607 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.158147+0000 mon.smithi090 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-11T13:03:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:36.158225+0000 mon.smithi090 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:36.162405+0000 mgr.smithi090.wjxbir (mgr.14164) 258 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.170242+0000 mon.smithi090 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.170999+0000 mon.smithi090 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.172329+0000 mon.smithi090 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.174166+0000 mon.smithi090 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.182369+0000 mon.smithi090 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.191798+0000 mon.smithi090 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.192418+0000 mon.smithi090 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.197779+0000 mon.smithi090 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:36.198655+0000 mon.smithi090 (mon.0) 618 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:37.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:36.199366+0000 mgr.smithi090.wjxbir (mgr.14164) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:03:38.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:37.055236+0000 mgr.smithi090.wjxbir (mgr.14164) 260 : cluster [DBG] pgmap v224: 65 pgs: 14 creating+peering, 50 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:38.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:37.156605+0000 mon.smithi090 (mon.0) 619 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-11T13:03:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:37.055236+0000 mgr.smithi090.wjxbir (mgr.14164) 260 : cluster [DBG] pgmap v224: 65 pgs: 14 creating+peering, 50 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:37.156605+0000 mon.smithi090 (mon.0) 619 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-11T13:03:39.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:39 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:38.158747+0000 mon.smithi090 (mon.0) 620 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-11T13:03:39.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:38.158747+0000 mon.smithi090 (mon.0) 620 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-11T13:03:40.080 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:03:40.080 INFO:teuthology.orchestra.run.smithi090.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T12:57:25.565126Z", "last_refresh": "2024-03-11T13:01:53.311368Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T12:57:12.595874Z", "last_refresh": "2024-03-11T13:01:53.311428Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-03-11T12:57:22.666676Z", "last_refresh": "2024-03-11T13:01:53.311502Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-11T13:03:36.170464Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T13:03:36.162427Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T12:57:11.083018Z", "last_refresh": "2024-03-11T13:01:53.311302Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T12:58:01.739730Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi090:172.21.15.90=smithi090", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T12:58:01.736868Z", "last_refresh": "2024-03-11T13:01:53.311144Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T12:57:24.292044Z", "last_refresh": "2024-03-11T13:01:53.311557Z", "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-11T13:01:53.311666Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T12:57:20.718136Z", "last_refresh": "2024-03-11T13:01:53.311612Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T13:03:40.174 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:39.055543+0000 mgr.smithi090.wjxbir (mgr.14164) 261 : cluster [DBG] pgmap v227: 65 pgs: 14 creating+peering, 46 unknown, 5 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:40.174 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.148818+0000 mon.smithi090 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:40.175 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.149806+0000 mon.smithi090 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:03:40.175 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.152437+0000 mon.smithi090 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T13:03:40.175 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.152961+0000 mon.smithi090 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:39.055543+0000 mgr.smithi090.wjxbir (mgr.14164) 261 : cluster [DBG] pgmap v227: 65 pgs: 14 creating+peering, 46 unknown, 5 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.148818+0000 mon.smithi090 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.149806+0000 mon.smithi090 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:03:40.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.152437+0000 mon.smithi090 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T13:03:40.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.152961+0000 mon.smithi090 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:40.690 INFO:tasks.cephadm:mds.foofs has 0/2 2024-03-11T13:03:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.074833+0000 mgr.smithi090.wjxbir (mgr.14164) 262 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:40.153425+0000 mgr.smithi090.wjxbir (mgr.14164) 263 : cephadm [INF] Deploying daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170290+0000 mon.smithi090 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] up:boot 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170331+0000 mon.smithi090 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi090.ptpmbq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170384+0000 mon.smithi090 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170401+0000 mon.smithi090 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170411+0000 mon.smithi090 (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.170625+0000 mon.smithi090 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:40.170703+0000 mon.smithi090 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.174470+0000 mon.smithi090 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:creating} 2024-03-11T13:03:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:40.185117+0000 mon.smithi090 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi090.ptpmbq is now active in filesystem foofs as rank 0 2024-03-11T13:03:41.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.074833+0000 mgr.smithi090.wjxbir (mgr.14164) 262 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:41.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:40.153425+0000 mgr.smithi090.wjxbir (mgr.14164) 263 : cephadm [INF] Deploying daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:03:41.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170290+0000 mon.smithi090 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] up:boot 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170331+0000 mon.smithi090 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi090.ptpmbq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170384+0000 mon.smithi090 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170401+0000 mon.smithi090 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170411+0000 mon.smithi090 (mon.0) 629 : cluster [INF] Cluster is now healthy 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.170625+0000 mon.smithi090 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:40.170703+0000 mon.smithi090 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.174470+0000 mon.smithi090 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:creating} 2024-03-11T13:03:41.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:40.185117+0000 mon.smithi090 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi090.ptpmbq is now active in filesystem foofs as rank 0 2024-03-11T13:03:41.691 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch ls -f json 2024-03-11T13:03:42.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:41.055973+0000 mgr.smithi090.wjxbir (mgr.14164) 264 : cluster [DBG] pgmap v228: 65 pgs: 6 creating+peering, 9 unknown, 50 active+clean; 588 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:42.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:41.178897+0000 mon.smithi090 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] up:active 2024-03-11T13:03:42.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:41.178959+0000 mon.smithi090 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 2024-03-11T13:03:42.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:41.055973+0000 mgr.smithi090.wjxbir (mgr.14164) 264 : cluster [DBG] pgmap v228: 65 pgs: 6 creating+peering, 9 unknown, 50 active+clean; 588 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T13:03:42.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:41.178897+0000 mon.smithi090 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] up:active 2024-03-11T13:03:42.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:41.178959+0000 mon.smithi090 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 2024-03-11T13:03:43.579 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:42.420070+0000 mon.smithi090 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:43.580 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:42.421026+0000 mon.smithi090 (mon.0) 637 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:43.580 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:42.421834+0000 mon.smithi090 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:43.580 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:42.422353+0000 mon.smithi090 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:43.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:42.420070+0000 mon.smithi090 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:43.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:42.421026+0000 mon.smithi090 (mon.0) 637 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:43.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:42.421834+0000 mon.smithi090 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:43.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:42.422353+0000 mon.smithi090 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:44.199 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:03:44.199 INFO:teuthology.orchestra.run.smithi090.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T12:57:25.565126Z", "last_refresh": "2024-03-11T13:01:53.311368Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T12:57:12.595874Z", "last_refresh": "2024-03-11T13:01:53.311428Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-03-11T12:57:22.666676Z", "last_refresh": "2024-03-11T13:01:53.311502Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-11T13:03:36.170464Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T13:03:36.162427Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T12:57:11.083018Z", "last_refresh": "2024-03-11T13:01:53.311302Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T12:58:01.739730Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi090:172.21.15.90=smithi090", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T12:58:01.736868Z", "last_refresh": "2024-03-11T13:01:53.311144Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T12:57:24.292044Z", "last_refresh": "2024-03-11T13:01:53.311557Z", "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-11T13:01:53.311666Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T12:57:20.718136Z", "last_refresh": "2024-03-11T13:01:53.311612Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T13:03:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:43.056549+0000 mgr.smithi090.wjxbir (mgr.14164) 265 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 7 op/s 2024-03-11T13:03:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:44.407737+0000 mon.smithi090 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:43.056549+0000 mgr.smithi090.wjxbir (mgr.14164) 265 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 7 op/s 2024-03-11T13:03:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:44.407737+0000 mon.smithi090 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:44.988 INFO:tasks.cephadm:mds.foofs has 2/2 2024-03-11T13:03:44.988 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T13:03:45.000 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:03:45.001 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-03-11T13:03:45.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:44.194086+0000 mgr.smithi090.wjxbir (mgr.14164) 266 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:45.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:44.194086+0000 mgr.smithi090.wjxbir (mgr.14164) 266 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:03:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:45.056936+0000 mgr.smithi090.wjxbir (mgr.14164) 267 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 7 op/s 2024-03-11T13:03:46.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:45.719818+0000 mon.smithi090 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:45.056936+0000 mgr.smithi090.wjxbir (mgr.14164) 267 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 7 op/s 2024-03-11T13:03:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:45.719818+0000 mon.smithi090 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:46.721370+0000 mon.smithi090 (mon.0) 642 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:boot 2024-03-11T13:03:48.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:46.721603+0000 mon.smithi090 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:48.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:46.721693+0000 mon.smithi090 (mon.0) 644 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:03:48.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:46.723914+0000 mon.smithi090 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:48.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:47.057390+0000 mgr.smithi090.wjxbir (mgr.14164) 268 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 4 op/s 2024-03-11T13:03:48.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:46.721370+0000 mon.smithi090 (mon.0) 642 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:boot 2024-03-11T13:03:48.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:46.721603+0000 mon.smithi090 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:48.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:46.721693+0000 mon.smithi090 (mon.0) 644 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:03:48.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:46.723914+0000 mon.smithi090 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:48.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:47.057390+0000 mgr.smithi090.wjxbir (mgr.14164) 268 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 4 op/s 2024-03-11T13:03:48.986 INFO:teuthology.orchestra.run.smithi090.stdout:NFS Cluster Created Successfully 2024-03-11T13:03:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:47.659526+0000 mgr.smithi090.wjxbir (mgr.14164) 269 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:47.660670+0000 mon.smithi090 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-03-11T13:03:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:47.950541+0000 mon.smithi090 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-03-11T13:03:49.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:47.950619+0000 mon.smithi090 (mon.0) 648 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-11T13:03:49.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:47.954437+0000 mon.smithi090 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-03-11T13:03:49.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:47.659526+0000 mgr.smithi090.wjxbir (mgr.14164) 269 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:49.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:47.660670+0000 mon.smithi090 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-03-11T13:03:49.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:47.950541+0000 mon.smithi090 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-03-11T13:03:49.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:47.950619+0000 mon.smithi090 (mon.0) 648 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-11T13:03:49.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:47.954437+0000 mon.smithi090 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-03-11T13:03:49.832 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-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-11T13:03:50.093 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:48.955809+0000 mon.smithi090 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-03-11T13:03:50.093 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:48.955921+0000 mon.smithi090 (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-11T13:03:50.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:48.980951+0000 mgr.smithi090.wjxbir (mgr.14164) 270 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-03-11T13:03:50.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:48.984019+0000 mon.smithi090 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:50.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:49.057708+0000 mgr.smithi090.wjxbir (mgr.14164) 271 : cluster [DBG] pgmap v234: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2024-03-11T13:03:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:48.955809+0000 mon.smithi090 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-03-11T13:03:50.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:48.955921+0000 mon.smithi090 (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-11T13:03:50.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:48.980951+0000 mgr.smithi090.wjxbir (mgr.14164) 270 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-03-11T13:03:50.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:48.984019+0000 mon.smithi090 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:50.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:49.057708+0000 mgr.smithi090.wjxbir (mgr.14164) 271 : cluster [DBG] pgmap v234: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:49.960370+0000 mon.smithi090 (mon.0) 653 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:49.994268+0000 mon.smithi090 (mon.0) 654 : cluster [DBG] mgrmap e19: smithi090.wjxbir(active, since 6m), standbys: smithi092.ygxdfq 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.631815+0000 mon.smithi090 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.637161+0000 mon.smithi090 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.644914+0000 mon.smithi090 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.655514+0000 mon.smithi090 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.660739+0000 mon.smithi090 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.661417+0000 mon.smithi090 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.666240+0000 mon.smithi090 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.667194+0000 mon.smithi090 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:51.302 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.713272+0000 mon.smithi090 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:03:51.303 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.718612+0000 mon.smithi090 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:03:51.303 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.761774+0000 mon.smithi090 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:03:51.303 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.767525+0000 mon.smithi090 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:03:51.303 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:50.771252+0000 mon.smithi090 (mon.0) 667 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:51.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:49.960370+0000 mon.smithi090 (mon.0) 653 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:49.994268+0000 mon.smithi090 (mon.0) 654 : cluster [DBG] mgrmap e19: smithi090.wjxbir(active, since 6m), standbys: smithi092.ygxdfq 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.631815+0000 mon.smithi090 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.637161+0000 mon.smithi090 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.644914+0000 mon.smithi090 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.655514+0000 mon.smithi090 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.660739+0000 mon.smithi090 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.661417+0000 mon.smithi090 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.666240+0000 mon.smithi090 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.667194+0000 mon.smithi090 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.713272+0000 mon.smithi090 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.718612+0000 mon.smithi090 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:03:51.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.761774+0000 mon.smithi090 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:03:51.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.767525+0000 mon.smithi090 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:03:51.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:50.771252+0000 mon.smithi090 (mon.0) 667 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:50.655278+0000 mgr.smithi090.wjxbir (mgr.14164) 272 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:50.661220+0000 mgr.smithi090.wjxbir (mgr.14164) 273 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:50.761303+0000 mgr.smithi090.wjxbir (mgr.14164) 274 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:50.761398+0000 mgr.smithi090.wjxbir (mgr.14164) 275 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi090.jimyaj-rgw 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:50.771901+0000 mgr.smithi090.wjxbir (mgr.14164) 276 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi090.jimyaj on smithi090 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:50.991919+0000 mon.smithi090 (mon.0) 668 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:standby 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:50.991963+0000 mon.smithi090 (mon.0) 669 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:52.198 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:51.058240+0000 mgr.smithi090.wjxbir (mgr.14164) 277 : cluster [DBG] pgmap v236: 97 pgs: 12 unknown, 85 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T13:03:52.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:50.655278+0000 mgr.smithi090.wjxbir (mgr.14164) 272 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:03:52.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:50.661220+0000 mgr.smithi090.wjxbir (mgr.14164) 273 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:50.761303+0000 mgr.smithi090.wjxbir (mgr.14164) 274 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:50.761398+0000 mgr.smithi090.wjxbir (mgr.14164) 275 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi090.jimyaj-rgw 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:50.771901+0000 mgr.smithi090.wjxbir (mgr.14164) 276 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi090.jimyaj on smithi090 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:50.991919+0000 mon.smithi090 (mon.0) 668 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:standby 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:50.991963+0000 mon.smithi090 (mon.0) 669 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:03:52.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:51.058240+0000 mgr.smithi090.wjxbir (mgr.14164) 277 : cluster [DBG] pgmap v236: 97 pgs: 12 unknown, 85 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T13:03:53.428 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout: "bind": "/fake", 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout: "fs": "foofs", 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout: "path": "/", 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout: "cluster": "foo", 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout: "mode": "RW" 2024-03-11T13:03:53.429 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:03:54.110 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-03-11T13:03:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:53.058672+0000 mgr.smithi090.wjxbir (mgr.14164) 278 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T13:03:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.400246+0000 mgr.smithi090.wjxbir (mgr.14164) 279 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.419520+0000 mon.smithi090 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.422521+0000 mon.smithi090 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.534397+0000 mon.smithi090 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:54.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.535519+0000 mon.smithi090 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T13:03:54.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.540350+0000 mon.smithi090 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T13:03:54.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.541063+0000 mon.smithi090 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.545549+0000 mon.smithi090 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:53.546521+0000 mon.smithi090 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:53.058672+0000 mgr.smithi090.wjxbir (mgr.14164) 278 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.400246+0000 mgr.smithi090.wjxbir (mgr.14164) 279 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.419520+0000 mon.smithi090 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.422521+0000 mon.smithi090 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.534397+0000 mon.smithi090 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.535519+0000 mon.smithi090 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.540350+0000 mon.smithi090 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.541063+0000 mon.smithi090 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.545549+0000 mon.smithi090 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 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-11T13:03:54.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:53.546521+0000 mon.smithi090 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:55.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:53.535305+0000 mgr.smithi090.wjxbir (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:03:55.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:53.540800+0000 mgr.smithi090.wjxbir (mgr.14164) 281 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:03:55.517 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:53.535305+0000 mgr.smithi090.wjxbir (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:03:55.518 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:53.540800+0000 mgr.smithi090.wjxbir (mgr.14164) 281 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:03:56.379 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:55.059195+0000 mgr.smithi090.wjxbir (mgr.14164) 282 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 144 B/s wr, 0 op/s 2024-03-11T13:03:56.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:55.059195+0000 mgr.smithi090.wjxbir (mgr.14164) 282 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 144 B/s wr, 0 op/s 2024-03-11T13:03:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.149746+0000 mgr.smithi090.wjxbir (mgr.14164) 283 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.380921+0000 mon.smithi090 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.384287+0000 mon.smithi090 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:56.426241+0000 mgr.smithi090.wjxbir (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:56.426347+0000 mgr.smithi090.wjxbir (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi092.hcoceq-rgw 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.426703+0000 mon.smithi090 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.430035+0000 mon.smithi090 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:56.431491+0000 mon.smithi090 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:03:56.432189+0000 mgr.smithi090.wjxbir (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi092.hcoceq on smithi092 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.149746+0000 mgr.smithi090.wjxbir (mgr.14164) 283 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.380921+0000 mon.smithi090 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.384287+0000 mon.smithi090 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:56.426241+0000 mgr.smithi090.wjxbir (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:56.426347+0000 mgr.smithi090.wjxbir (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi092.hcoceq-rgw 2024-03-11T13:03:57.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.426703+0000 mon.smithi090 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:03:57.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.430035+0000 mon.smithi090 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:03:57.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:56.431491+0000 mon.smithi090 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:57.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:03:56.432189+0000 mgr.smithi090.wjxbir (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi092.hcoceq on smithi092 2024-03-11T13:03:58.587 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:57.059971+0000 mgr.smithi090.wjxbir (mgr.14164) 287 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-03-11T13:03:58.587 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:57.423137+0000 mgr.smithi090.wjxbir (mgr.14164) 288 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:58.738 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo 2/2 - 9s count:2 2024-03-11T13:03:58.756 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:57.059971+0000 mgr.smithi090.wjxbir (mgr.14164) 287 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-03-11T13:03:58.757 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:57.423137+0000 mgr.smithi090.wjxbir (mgr.14164) 288 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:59.362 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T13:03:59.372 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:03:59.373 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-03-11T13:03:59.404 INFO:teuthology.orchestra.run.smithi090.stderr:+ mkdir /mnt/foo 2024-03-11T13:03:59.434 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-03-11T13:03:59.500 INFO:teuthology.orchestra.run.smithi090.stderr:++ hostname 2024-03-11T13:03:59.500 INFO:teuthology.orchestra.run.smithi090.stderr:+ mount -t nfs smithi090:/fake /mnt/foo -o sync 2024-03-11T13:03:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:58.646535+0000 mon.smithi090 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:59.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:58.647613+0000 mon.smithi090 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:59.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:58.648483+0000 mon.smithi090 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:59.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:58.649195+0000 mon.smithi090 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:59.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:03:58.716873+0000 mgr.smithi090.wjxbir (mgr.14164) 289 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:59.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:03:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:03:59.060355+0000 mgr.smithi090.wjxbir (mgr.14164) 290 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:03:59.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:58.646535+0000 mon.smithi090 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:03:59.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:58.647613+0000 mon.smithi090 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:03:59.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:58.648483+0000 mon.smithi090 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:03:59.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:58.649195+0000 mon.smithi090 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:03:59.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:03:58.716873+0000 mgr.smithi090.wjxbir (mgr.14164) 289 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:03:59.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:03:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:03:59.060355+0000 mgr.smithi090.wjxbir (mgr.14164) 290 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:04:00.184 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-03-11T13:04:00.253 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo test 2024-03-11T13:04:00.263 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-03-11T13:04:00.334 INFO:teuthology.orchestra.run.smithi090.stderr:+ sync 2024-03-11T13:04:00.875 INFO:teuthology.run_tasks:Running task parallel... 2024-03-11T13:04:00.885 INFO:teuthology.task.parallel:starting parallel... 2024-03-11T13:04:00.886 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-03-11T13:04:00.886 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-03-11T13:04:00.886 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:04:00.887 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-11T13:04:00.887 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-03-11T13:04:00.887 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-03-11T13:04:00.888 INFO:teuthology.task.exec:Executing custom commands... 2024-03-11T13:04:00.888 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:04:00.888 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-03-11T13:04:01.029 INFO:teuthology.orchestra.run.smithi090.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-03-11T13:04:01.029 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:04:01.029 INFO:teuthology.orchestra.run.smithi090.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-03-11T13:04:01.084 INFO:teuthology.orchestra.run.smithi090.stdout:3 of 5 processes prepared for launch 0 sec 2024-03-11T13:04:01.185 INFO:teuthology.orchestra.run.smithi090.stdout:5 of 5 processes prepared for launch 0 sec 2024-03-11T13:04:01.185 INFO:teuthology.orchestra.run.smithi090.stdout:releasing clients 2024-03-11T13:04:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:00.728397+0000 mon.smithi090 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:01.060938+0000 mgr.smithi090.wjxbir (mgr.14164) 291 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-03-11T13:04:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:01.476527+0000 mon.smithi090 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:02.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 308 56.32 MB/sec warmup 1 sec latency 12.545 ms 2024-03-11T13:04:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:00.728397+0000 mon.smithi090 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:01.060938+0000 mgr.smithi090.wjxbir (mgr.14164) 291 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-03-11T13:04:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:01.476527+0000 mon.smithi090 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:03.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 677 52.90 MB/sec warmup 2 sec latency 16.423 ms 2024-03-11T13:04:04.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 1879 43.98 MB/sec warmup 3 sec latency 15.363 ms 2024-03-11T13:04:04.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:03.061625+0000 mgr.smithi090.wjxbir (mgr.14164) 292 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.1 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-03-11T13:04:04.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:03.061625+0000 mgr.smithi090.wjxbir (mgr.14164) 292 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.1 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-03-11T13:04:04.716 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-11T13:04:05.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 3337 44.25 MB/sec warmup 4 sec latency 9.857 ms 2024-03-11T13:04:06.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 4472 40.82 MB/sec warmup 5 sec latency 16.773 ms 2024-03-11T13:04:06.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:05.062085+0000 mgr.smithi090.wjxbir (mgr.14164) 293 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 18 MiB data, 174 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.7 MiB/s wr, 168 op/s 2024-03-11T13:04:06.573 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:05.062085+0000 mgr.smithi090.wjxbir (mgr.14164) 293 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 18 MiB data, 174 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.7 MiB/s wr, 168 op/s 2024-03-11T13:04:07.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 5909 39.16 MB/sec warmup 6 sec latency 13.436 ms 2024-03-11T13:04:08.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 6984 39.81 MB/sec warmup 7 sec latency 28.975 ms 2024-03-11T13:04:08.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:07.062704+0000 mgr.smithi090.wjxbir (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 127 MiB data, 555 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 12 MiB/s wr, 678 op/s 2024-03-11T13:04:08.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:07.062704+0000 mgr.smithi090.wjxbir (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 127 MiB data, 555 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 12 MiB/s wr, 678 op/s 2024-03-11T13:04:08.780 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-11T13:04:09.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 7978 37.40 MB/sec warmup 8 sec latency 20.247 ms 2024-03-11T13:04:10.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 9267 36.11 MB/sec warmup 9 sec latency 16.981 ms 2024-03-11T13:04:10.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:09.065242+0000 mgr.smithi090.wjxbir (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 127 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 12 MiB/s wr, 677 op/s 2024-03-11T13:04:10.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:09.065242+0000 mgr.smithi090.wjxbir (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 127 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 12 MiB/s wr, 677 op/s 2024-03-11T13:04:11.185 INFO:teuthology.orchestra.run.smithi090.stdout: 5 10708 38.41 MB/sec warmup 10 sec latency 11.457 ms 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.144900+0000 mon.smithi090 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.149463+0000 mon.smithi090 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.157245+0000 mon.smithi090 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.159954+0000 mon.smithi090 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.161204+0000 mon.smithi090 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.162319+0000 mon.smithi090 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.168048+0000 mon.smithi090 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.240 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:10.176278+0000 mon.smithi090 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.144900+0000 mon.smithi090 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.149463+0000 mon.smithi090 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.157245+0000 mon.smithi090 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.159954+0000 mon.smithi090 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:11.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.161204+0000 mon.smithi090 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:11.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.162319+0000 mon.smithi090 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:11.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.168048+0000 mon.smithi090 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:11.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:10.176278+0000 mon.smithi090 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:12.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 11518 35.89 MB/sec warmup 11 sec latency 18.905 ms 2024-03-11T13:04:12.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:11.065796+0000 mgr.smithi090.wjxbir (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 152 MiB data, 720 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 18 MiB/s wr, 1.27k op/s 2024-03-11T13:04:12.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:11.991121+0000 mon.smithi090 (mon.0) 697 : audit [INF] from='client.? ' entity='client.admin' 2024-03-11T13:04:12.342 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:11.998631+0000 mon.smithi090 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:12.343 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:12.000252+0000 mon.smithi090 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:12.343 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:12.002197+0000 mon.smithi090 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:12.343 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:12.008874+0000 mon.smithi090 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:12.343 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:12.017515+0000 mon.smithi090 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:12.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:11.065796+0000 mgr.smithi090.wjxbir (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 152 MiB data, 720 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 18 MiB/s wr, 1.27k op/s 2024-03-11T13:04:12.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:11.991121+0000 mon.smithi090 (mon.0) 697 : audit [INF] from='client.? ' entity='client.admin' 2024-03-11T13:04:12.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:11.998631+0000 mon.smithi090 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:12.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:12.000252+0000 mon.smithi090 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:12.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:12.002197+0000 mon.smithi090 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:12.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:12.008874+0000 mon.smithi090 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:12.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:12.017515+0000 mon.smithi090 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:12.706 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph mgr module enable nfs --force' 2024-03-11T13:04:13.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 12947 35.39 MB/sec warmup 12 sec latency 13.827 ms 2024-03-11T13:04:14.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 14278 36.92 MB/sec warmup 13 sec latency 12.855 ms 2024-03-11T13:04:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:13.066255+0000 mgr.smithi090.wjxbir (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 156 MiB data, 752 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 20 MiB/s wr, 1.34k op/s 2024-03-11T13:04:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:13.066255+0000 mgr.smithi090.wjxbir (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 156 MiB data, 752 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 20 MiB/s wr, 1.34k op/s 2024-03-11T13:04:15.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 14997 34.96 MB/sec warmup 14 sec latency 19.624 ms 2024-03-11T13:04:16.172 INFO:teuthology.orchestra.run.smithi090.stderr:module 'nfs' is already enabled 2024-03-11T13:04:16.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 16210 34.35 MB/sec warmup 15 sec latency 18.966 ms 2024-03-11T13:04:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:15.066740+0000 mgr.smithi090.wjxbir (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 157 MiB data, 828 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 22 MiB/s wr, 1.43k op/s 2024-03-11T13:04:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:15.283063+0000 mon.smithi090 (mon.0) 703 : audit [INF] from='client.? 172.21.15.90:0/297932022' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T13:04:16.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:15.066740+0000 mgr.smithi090.wjxbir (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 157 MiB data, 828 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 22 MiB/s wr, 1.43k op/s 2024-03-11T13:04:16.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:15.283063+0000 mon.smithi090 (mon.0) 703 : audit [INF] from='client.? 172.21.15.90:0/297932022' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T13:04:17.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 17667 35.54 MB/sec warmup 16 sec latency 10.712 ms 2024-03-11T13:04:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:16.164384+0000 mon.smithi090 (mon.0) 704 : audit [INF] from='client.? 172.21.15.90:0/297932022' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-03-11T13:04:17.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:16.164449+0000 mon.smithi090 (mon.0) 705 : cluster [DBG] mgrmap e20: smithi090.wjxbir(active, since 6m), standbys: smithi092.ygxdfq 2024-03-11T13:04:17.426 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-11T13:04:17.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:16.164384+0000 mon.smithi090 (mon.0) 704 : audit [INF] from='client.? 172.21.15.90:0/297932022' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-03-11T13:04:17.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:16.164449+0000 mon.smithi090 (mon.0) 705 : cluster [DBG] mgrmap e20: smithi090.wjxbir(active, since 6m), standbys: smithi092.ygxdfq 2024-03-11T13:04:18.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 18607 34.47 MB/sec warmup 17 sec latency 13.490 ms 2024-03-11T13:04:18.230 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:17.067326+0000 mgr.smithi090.wjxbir (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 168 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 25 MiB/s wr, 1.82k op/s 2024-03-11T13:04:18.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:17.067326+0000 mgr.smithi090.wjxbir (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 168 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 25 MiB/s wr, 1.82k op/s 2024-03-11T13:04:19.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 19847 33.97 MB/sec warmup 18 sec latency 14.926 ms 2024-03-11T13:04:19.747 INFO:teuthology.orchestra.run.smithi090.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T13:04:20.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 20957 34.26 MB/sec warmup 19 sec latency 15.554 ms 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:19.067726+0000 mgr.smithi090.wjxbir (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 168 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:19.744755+0000 mon.smithi090 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:19.747824+0000 mon.smithi090 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:19.749564+0000 mon.smithi090 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:19.750461+0000 mon.smithi090 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:20.112328+0000 mon.smithi090 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:20.120045+0000 mon.smithi090 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:19.067726+0000 mgr.smithi090.wjxbir (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 168 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-03-11T13:04:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:19.744755+0000 mon.smithi090 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:19.747824+0000 mon.smithi090 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:04:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:19.749564+0000 mon.smithi090 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:04:20.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:19.750461+0000 mon.smithi090 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:04:20.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:20.112328+0000 mon.smithi090 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:20.120045+0000 mon.smithi090 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:20.593 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-03-11T13:04:20.593 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:04:20.594 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-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-11T13:04:21.186 INFO:teuthology.orchestra.run.smithi090.stdout: 5 21826 33.93 MB/sec warmup 20 sec latency 23.015 ms 2024-03-11T13:04:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:19.738905+0000 mgr.smithi090.wjxbir (mgr.14164) 301 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:04:19.739789+0000 mgr.smithi090.wjxbir (mgr.14164) 302 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T13:04:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:04:20.122262+0000 mgr.smithi090.wjxbir (mgr.14164) 303 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T13:04:21.492 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:19.738905+0000 mgr.smithi090.wjxbir (mgr.14164) 301 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:21.492 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:04:19.739789+0000 mgr.smithi090.wjxbir (mgr.14164) 302 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T13:04:21.492 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:04:20.122262+0000 mgr.smithi090.wjxbir (mgr.14164) 303 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T13:04:22.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 22713 33.38 MB/sec warmup 21 sec latency 41.817 ms 2024-03-11T13:04:22.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:21.068308+0000 mgr.smithi090.wjxbir (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 177 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 19 MiB/s wr, 1.69k op/s 2024-03-11T13:04:22.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:21.068308+0000 mgr.smithi090.wjxbir (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 177 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 19 MiB/s wr, 1.69k op/s 2024-03-11T13:04:23.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 23627 32.36 MB/sec warmup 22 sec latency 135.248 ms 2024-03-11T13:04:24.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 24805 33.16 MB/sec warmup 23 sec latency 57.229 ms 2024-03-11T13:04:24.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:23.068754+0000 mgr.smithi090.wjxbir (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 188 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-03-11T13:04:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:23.068754+0000 mgr.smithi090.wjxbir (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 188 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-03-11T13:04:25.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 25550 32.31 MB/sec warmup 24 sec latency 37.663 ms 2024-03-11T13:04:26.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 26521 32.01 MB/sec warmup 25 sec latency 21.065 ms 2024-03-11T13:04:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:25.069164+0000 mgr.smithi090.wjxbir (mgr.14164) 306 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 187 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-03-11T13:04:26.532 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:25.069164+0000 mgr.smithi090.wjxbir (mgr.14164) 306 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 187 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-03-11T13:04:27.187 INFO:teuthology.orchestra.run.smithi090.stdout: 5 27438 31.29 MB/sec warmup 26 sec latency 150.427 ms 2024-03-11T13:04:28.183 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:04:28.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 28470 31.84 MB/sec warmup 27 sec latency 42.126 ms 2024-03-11T13:04:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:27.069645+0000 mgr.smithi090.wjxbir (mgr.14164) 307 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 17 MiB/s wr, 1.67k op/s 2024-03-11T13:04:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:27.069645+0000 mgr.smithi090.wjxbir (mgr.14164) 307 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 199 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 17 MiB/s wr, 1.67k op/s 2024-03-11T13:04:29.085 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:04:29.085 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (4m) 18s ago 6m 21.6M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:04:29.085 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (6m) 18s ago 6m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:04:29.085 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (5m) 27s ago 5m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (4m) 18s ago 6m 28.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (49s) 18s ago 48s 12.7M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (47s) 27s ago 46s 12.2M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (7m) 18s ago 7m 422M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (5m) 27s ago 5m 370M - 16.2.5 6933c2a0b7dd b296ff5ef22c 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (7m) 18s ago 8m 46.6M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (5m) 27s ago 5m 38.8M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.0.smithi090.jimyaj smithi090 *:2049 running (36s) 18s ago 35s 51.8M - 3.5 6933c2a0b7dd 74ddbdb0ecfa 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.0.smithi092.hcoceq smithi092 *:2049 running (30s) 27s ago 30s 53.4M - 3.5 6933c2a0b7dd fc7842411303 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (5m) 18s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (5m) 27s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (4m) 18s ago 4m 39.1M 3224M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (4m) 18s ago 4m 37.1M 3224M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:04:29.086 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (3m) 18s ago 3m 35.9M 3224M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (3m) 18s ago 3m 38.1M 3224M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (3m) 27s ago 3m 35.6M 3992M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (2m) 27s ago 2m 37.1M 3992M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (2m) 27s ago 2m 39.4M 3992M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (2m) 27s ago 2m 36.5M 3992M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:04:29.087 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (4m) 18s ago 5m 42.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:04:29.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 28809 31.05 MB/sec warmup 28 sec latency 40.555 ms 2024-03-11T13:04:29.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:28.158451+0000 mgr.smithi090.wjxbir (mgr.14164) 308 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:29.641 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:04:29.641 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:04:29.641 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:04:29.641 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:04:29.642 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:04:29.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:28.158451+0000 mgr.smithi090.wjxbir (mgr.14164) 308 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:30.097 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:04:30.097 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", 2024-03-11T13:04:30.097 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:04:30.098 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:04:30.098 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "", 2024-03-11T13:04:30.098 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 image" 2024-03-11T13:04:30.098 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:04:30.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 29443 30.27 MB/sec warmup 29 sec latency 26.558 ms 2024-03-11T13:04:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:28.615151+0000 mgr.smithi090.wjxbir (mgr.14164) 309 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:29.068147+0000 mgr.smithi090.wjxbir (mgr.14164) 310 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:29.069993+0000 mgr.smithi090.wjxbir (mgr.14164) 311 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-03-11T13:04:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:29.636471+0000 mon.smithi092 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.90:0/3918034299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:04:30.652 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:04:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:28.615151+0000 mgr.smithi090.wjxbir (mgr.14164) 309 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:29.068147+0000 mgr.smithi090.wjxbir (mgr.14164) 310 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:30.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:29.069993+0000 mgr.smithi090.wjxbir (mgr.14164) 311 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-03-11T13:04:30.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:29.636471+0000 mon.smithi092 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.90:0/3918034299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:04:31.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 30666 30.06 MB/sec warmup 30 sec latency 16.167 ms 2024-03-11T13:04:31.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:30.091179+0000 mgr.smithi090.wjxbir (mgr.14164) 312 : audit [DBG] from='client.24361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:31.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:30.649797+0000 mon.smithi090 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.90:0/370241328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:04:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:30.091179+0000 mgr.smithi090.wjxbir (mgr.14164) 312 : audit [DBG] from='client.24361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:04:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:30.649797+0000 mon.smithi090 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.90:0/370241328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:04:32.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 31637 30.31 MB/sec warmup 31 sec latency 16.879 ms 2024-03-11T13:04:32.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:31.070593+0000 mgr.smithi090.wjxbir (mgr.14164) 313 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.42k op/s 2024-03-11T13:04:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:31.070593+0000 mgr.smithi090.wjxbir (mgr.14164) 313 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.42k op/s 2024-03-11T13:04:33.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 32500 30.17 MB/sec warmup 32 sec latency 17.702 ms 2024-03-11T13:04:34.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 33409 29.94 MB/sec warmup 33 sec latency 18.725 ms 2024-03-11T13:04:34.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:33.071040+0000 mgr.smithi090.wjxbir (mgr.14164) 314 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 211 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-03-11T13:04:34.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:33.071040+0000 mgr.smithi090.wjxbir (mgr.14164) 314 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 211 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-03-11T13:04:35.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 34549 29.63 MB/sec warmup 34 sec latency 17.775 ms 2024-03-11T13:04:36.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 35760 30.25 MB/sec warmup 35 sec latency 21.714 ms 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:35.071571+0000 mgr.smithi090.wjxbir (mgr.14164) 315 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.577588+0000 mon.smithi090 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.577790+0000 mon.smithi090 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.577938+0000 mon.smithi090 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.578097+0000 mon.smithi090 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-11T13:04:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.705101+0000 mon.smithi090 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:04:36.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:35.705383+0000 mon.smithi090 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:04:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:35.071571+0000 mgr.smithi090.wjxbir (mgr.14164) 315 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-03-11T13:04:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.577588+0000 mon.smithi090 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-03-11T13:04:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.577790+0000 mon.smithi090 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-03-11T13:04:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.577938+0000 mon.smithi090 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-11T13:04:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.578097+0000 mon.smithi090 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-11T13:04:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.705101+0000 mon.smithi090 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:04:36.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:35.705383+0000 mon.smithi090 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:04:37.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 36296 29.53 MB/sec warmup 36 sec latency 427.780 ms 2024-03-11T13:04:37.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:36.212817+0000 mon.smithi090 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-03-11T13:04:37.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:36.212882+0000 mon.smithi090 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-03-11T13:04:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:36.212929+0000 mon.smithi090 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-11T13:04:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:36.212979+0000 mon.smithi090 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-11T13:04:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:36.213020+0000 mon.smithi090 (mon.0) 723 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-11T13:04:37.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:37.211672+0000 mon.smithi090 (mon.0) 724 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:36.212817+0000 mon.smithi090 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:36.212882+0000 mon.smithi090 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:36.212929+0000 mon.smithi090 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:36.212979+0000 mon.smithi090 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:36.213020+0000 mon.smithi090 (mon.0) 723 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-11T13:04:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:37.211672+0000 mon.smithi090 (mon.0) 724 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-11T13:04:38.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 36296 28.73 MB/sec warmup 37 sec latency 1427.828 ms 2024-03-11T13:04:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:37.071914+0000 mgr.smithi090.wjxbir (mgr.14164) 316 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-03-11T13:04:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:38.215567+0000 mon.smithi090 (mon.0) 725 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-11T13:04:38.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:37.071914+0000 mgr.smithi090.wjxbir (mgr.14164) 316 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-03-11T13:04:38.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:38.215567+0000 mon.smithi090 (mon.0) 725 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-11T13:04:39.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 37047 28.60 MB/sec warmup 38 sec latency 1523.730 ms 2024-03-11T13:04:40.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 37125 27.87 MB/sec warmup 39 sec latency 959.835 ms 2024-03-11T13:04:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:39.072298+0000 mgr.smithi090.wjxbir (mgr.14164) 317 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-03-11T13:04:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:39.229967+0000 mon.smithi090 (mon.0) 726 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-11T13:04:40.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:39.072298+0000 mgr.smithi090.wjxbir (mgr.14164) 317 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-03-11T13:04:40.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:39.229967+0000 mon.smithi090 (mon.0) 726 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-11T13:04:41.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 37993 27.48 MB/sec warmup 40 sec latency 1023.737 ms 2024-03-11T13:04:41.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:40.231247+0000 mon.smithi090 (mon.0) 727 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-11T13:04:41.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:40.231247+0000 mon.smithi090 (mon.0) 727 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-11T13:04:42.188 INFO:teuthology.orchestra.run.smithi090.stdout: 5 39057 27.95 MB/sec warmup 41 sec latency 14.761 ms 2024-03-11T13:04:42.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:41.072883+0000 mgr.smithi090.wjxbir (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 2 peering, 95 active+clean; 224 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 7.3 MiB/s wr, 670 op/s; 2.0 MiB/s, 0 objects/s recovering 2024-03-11T13:04:42.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:41.072883+0000 mgr.smithi090.wjxbir (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 2 peering, 95 active+clean; 224 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 7.3 MiB/s wr, 670 op/s; 2.0 MiB/s, 0 objects/s recovering 2024-03-11T13:04:43.189 INFO:teuthology.orchestra.run.smithi090.stdout: 5 39737 27.57 MB/sec warmup 42 sec latency 15.956 ms 2024-03-11T13:04:44.190 INFO:teuthology.orchestra.run.smithi090.stdout: 5 40632 27.50 MB/sec warmup 43 sec latency 27.600 ms 2024-03-11T13:04:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:43.073486+0000 mgr.smithi090.wjxbir (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 222 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 5.6 MiB/s wr, 511 op/s; 1.4 MiB/s, 0 objects/s recovering 2024-03-11T13:04:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:43.073486+0000 mgr.smithi090.wjxbir (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 222 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 5.6 MiB/s wr, 511 op/s; 1.4 MiB/s, 0 objects/s recovering 2024-03-11T13:04:45.190 INFO:teuthology.orchestra.run.smithi090.stdout: 5 41409 27.05 MB/sec warmup 44 sec latency 45.539 ms 2024-03-11T13:04:46.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 42259 27.20 MB/sec warmup 45 sec latency 14.434 ms 2024-03-11T13:04:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:45.074469+0000 mgr.smithi090.wjxbir (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 230 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 895 op/s; 1.2 MiB/s, 0 objects/s recovering 2024-03-11T13:04:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:04:45.734779+0000 mon.smithi090 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:45.074469+0000 mgr.smithi090.wjxbir (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 230 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 895 op/s; 1.2 MiB/s, 0 objects/s recovering 2024-03-11T13:04:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:04:45.734779+0000 mon.smithi090 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:04:47.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 42921 27.20 MB/sec warmup 46 sec latency 23.632 ms 2024-03-11T13:04:48.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 43636 26.80 MB/sec warmup 47 sec latency 24.822 ms 2024-03-11T13:04:48.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:47.075088+0000 mgr.smithi090.wjxbir (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 235 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 11 MiB/s wr, 940 op/s; 1024 KiB/s, 0 objects/s recovering 2024-03-11T13:04:48.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:47.075088+0000 mgr.smithi090.wjxbir (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 235 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 11 MiB/s wr, 940 op/s; 1024 KiB/s, 0 objects/s recovering 2024-03-11T13:04:49.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 44968 26.80 MB/sec warmup 48 sec latency 16.008 ms 2024-03-11T13:04:50.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 45796 26.92 MB/sec warmup 49 sec latency 23.846 ms 2024-03-11T13:04:50.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:49.075514+0000 mgr.smithi090.wjxbir (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 243 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 961 op/s; 832 KiB/s, 0 objects/s recovering 2024-03-11T13:04:50.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:49.075514+0000 mgr.smithi090.wjxbir (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 243 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 961 op/s; 832 KiB/s, 0 objects/s recovering 2024-03-11T13:04:51.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 46532 26.95 MB/sec warmup 50 sec latency 86.375 ms 2024-03-11T13:04:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:51.076083+0000 mgr.smithi090.wjxbir (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-03-11T13:04:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:51.076083+0000 mgr.smithi090.wjxbir (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-03-11T13:04:52.191 INFO:teuthology.orchestra.run.smithi090.stdout: 5 47497 26.75 MB/sec warmup 51 sec latency 22.721 ms 2024-03-11T13:04:53.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 49029 26.98 MB/sec warmup 52 sec latency 13.957 ms 2024-03-11T13:04:54.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 49972 27.21 MB/sec warmup 53 sec latency 129.717 ms 2024-03-11T13:04:54.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:53.076643+0000 mgr.smithi090.wjxbir (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-03-11T13:04:54.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:53.076643+0000 mgr.smithi090.wjxbir (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-03-11T13:04:55.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 50925 26.97 MB/sec warmup 54 sec latency 56.274 ms 2024-03-11T13:04:56.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 52183 26.96 MB/sec warmup 55 sec latency 18.114 ms 2024-03-11T13:04:56.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:55.077151+0000 mgr.smithi090.wjxbir (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-03-11T13:04:56.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:55.077151+0000 mgr.smithi090.wjxbir (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-03-11T13:04:57.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 53083 27.11 MB/sec warmup 56 sec latency 22.705 ms 2024-03-11T13:04:58.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 53918 27.02 MB/sec warmup 57 sec latency 86.459 ms 2024-03-11T13:04:58.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:04:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:57.077703+0000 mgr.smithi090.wjxbir (mgr.14164) 326 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 15 MiB/s wr, 1.35k op/s 2024-03-11T13:04:58.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:04:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:57.077703+0000 mgr.smithi090.wjxbir (mgr.14164) 326 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 15 MiB/s wr, 1.35k op/s 2024-03-11T13:04:59.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 54757 26.93 MB/sec warmup 58 sec latency 19.742 ms 2024-03-11T13:05:00.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 55668 26.73 MB/sec warmup 59 sec latency 26.242 ms 2024-03-11T13:05:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:04:59.078113+0000 mgr.smithi090.wjxbir (mgr.14164) 327 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.23k op/s 2024-03-11T13:05:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:04:59.078113+0000 mgr.smithi090.wjxbir (mgr.14164) 327 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.23k op/s 2024-03-11T13:05:01.136 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:05:01.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 56563 26.87 MB/sec warmup 60 sec latency 32.537 ms 2024-03-11T13:05:01.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:00.462675+0000 mon.smithi090 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:01.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:00.464261+0000 mgr.smithi090.wjxbir (mgr.14164) 328 : cephadm [INF] Upgrade: Target is version 18.2.1-802-ge1b0c2aa (unknown) 2024-03-11T13:05:01.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:00.464355+0000 mgr.smithi090.wjxbir (mgr.14164) 329 : 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-11T13:05:01.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:00.465522+0000 mon.smithi090 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:01.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:00.466722+0000 mgr.smithi090.wjxbir (mgr.14164) 330 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi090.wjxbir) 2024-03-11T13:05:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:00.462675+0000 mon.smithi090 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:00.464261+0000 mgr.smithi090.wjxbir (mgr.14164) 328 : cephadm [INF] Upgrade: Target is version 18.2.1-802-ge1b0c2aa (unknown) 2024-03-11T13:05:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:00.464355+0000 mgr.smithi090.wjxbir (mgr.14164) 329 : 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-11T13:05:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:00.465522+0000 mon.smithi090 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:00.466722+0000 mgr.smithi090.wjxbir (mgr.14164) 330 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi090.wjxbir) 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (5m) 51s ago 6m 21.6M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (6m) 51s ago 6m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (6m) 60s ago 6m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (5m) 51s ago 6m 28.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (82s) 51s ago 81s 12.7M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (80s) 60s ago 79s 12.2M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (8m) 51s ago 8m 422M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (5m) 60s ago 5m 370M - 16.2.5 6933c2a0b7dd b296ff5ef22c 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (8m) 51s ago 8m 46.6M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (5m) 60s ago 5m 38.8M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:05:01.992 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.0.smithi090.jimyaj smithi090 *:2049 running (69s) 51s ago 68s 51.8M - 3.5 6933c2a0b7dd 74ddbdb0ecfa 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.0.smithi092.hcoceq smithi092 *:2049 running (63s) 60s ago 63s 53.4M - 3.5 6933c2a0b7dd fc7842411303 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (6m) 51s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (5m) 60s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (5m) 51s ago 5m 39.1M 3224M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (4m) 51s ago 4m 37.1M 3224M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (4m) 51s ago 4m 35.9M 3224M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (4m) 51s ago 4m 38.1M 3224M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (3m) 60s ago 3m 35.6M 3992M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (3m) 60s ago 3m 37.1M 3992M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (3m) 60s ago 3m 39.4M 3992M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (2m) 60s ago 2m 36.5M 3992M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:05:01.993 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (5m) 51s ago 6m 42.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:05:02.192 INFO:teuthology.orchestra.run.smithi090.stdout: 5 57303 26.80 MB/sec warmup 61 sec latency 15.720 ms 2024-03-11T13:05:02.507 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:05:02.508 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:05:02.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:00.722567+0000 mgr.smithi090.wjxbir (mgr.14164) 331 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d on smithi092 2024-03-11T13:05:02.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:01.078789+0000 mgr.smithi090.wjxbir (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-03-11T13:05:02.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:01.113217+0000 mgr.smithi090.wjxbir (mgr.14164) 333 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:00.722567+0000 mgr.smithi090.wjxbir (mgr.14164) 331 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d on smithi092 2024-03-11T13:05:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:01.078789+0000 mgr.smithi090.wjxbir (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-03-11T13:05:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:01.113217+0000 mgr.smithi090.wjxbir (mgr.14164) 333 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "0/23 ceph daemons upgraded", 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d image on host smithi092" 2024-03-11T13:05:02.937 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:05:03.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 57983 26.56 MB/sec warmup 62 sec latency 17.819 ms 2024-03-11T13:05:03.390 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:05:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:01.550096+0000 mgr.smithi090.wjxbir (mgr.14164) 334 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:01.975928+0000 mgr.smithi090.wjxbir (mgr.14164) 335 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:02.504748+0000 mon.smithi090 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.90:0/2628646083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:05:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:03.388640+0000 mon.smithi092 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.90:0/4017372392' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:05:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:01.550096+0000 mgr.smithi090.wjxbir (mgr.14164) 334 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:01.975928+0000 mgr.smithi090.wjxbir (mgr.14164) 335 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:02.504748+0000 mon.smithi090 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.90:0/2628646083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:05:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:03.388640+0000 mon.smithi092 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.90:0/4017372392' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:05:04.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 58738 26.40 MB/sec warmup 63 sec latency 23.555 ms 2024-03-11T13:05:04.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:02.935173+0000 mgr.smithi090.wjxbir (mgr.14164) 336 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:04.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:03.079253+0000 mgr.smithi090.wjxbir (mgr.14164) 337 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-03-11T13:05:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:02.935173+0000 mgr.smithi090.wjxbir (mgr.14164) 336 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:03.079253+0000 mgr.smithi090.wjxbir (mgr.14164) 337 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-03-11T13:05:05.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 59288 26.17 MB/sec warmup 64 sec latency 66.342 ms 2024-03-11T13:05:06.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 60238 26.37 MB/sec warmup 65 sec latency 55.958 ms 2024-03-11T13:05:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:05.079711+0000 mgr.smithi090.wjxbir (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.36k op/s 2024-03-11T13:05:06.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:05.079711+0000 mgr.smithi090.wjxbir (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.36k op/s 2024-03-11T13:05:07.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 60852 26.22 MB/sec warmup 66 sec latency 31.026 ms 2024-03-11T13:05:08.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 61339 25.91 MB/sec warmup 67 sec latency 30.809 ms 2024-03-11T13:05:08.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:07.080211+0000 mgr.smithi090.wjxbir (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-03-11T13:05:08.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:07.080211+0000 mgr.smithi090.wjxbir (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-03-11T13:05:09.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 62085 25.84 MB/sec warmup 68 sec latency 43.343 ms 2024-03-11T13:05:10.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 62991 25.75 MB/sec warmup 69 sec latency 19.906 ms 2024-03-11T13:05:10.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:09.080616+0000 mgr.smithi090.wjxbir (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 9.7 MiB/s wr, 897 op/s 2024-03-11T13:05:10.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:09.080616+0000 mgr.smithi090.wjxbir (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 9.7 MiB/s wr, 897 op/s 2024-03-11T13:05:11.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 64023 26.01 MB/sec warmup 70 sec latency 15.397 ms 2024-03-11T13:05:11.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:11.081090+0000 mgr.smithi090.wjxbir (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-03-11T13:05:12.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:11.081090+0000 mgr.smithi090.wjxbir (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-03-11T13:05:12.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 64664 25.76 MB/sec warmup 71 sec latency 28.901 ms 2024-03-11T13:05:13.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 65311 25.59 MB/sec warmup 72 sec latency 20.927 ms 2024-03-11T13:05:14.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 66244 25.50 MB/sec warmup 73 sec latency 30.225 ms 2024-03-11T13:05:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:13.081519+0000 mgr.smithi090.wjxbir (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-03-11T13:05:14.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:13.081519+0000 mgr.smithi090.wjxbir (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-03-11T13:05:15.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 67032 25.59 MB/sec warmup 74 sec latency 15.043 ms 2024-03-11T13:05:16.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 67686 25.59 MB/sec warmup 75 sec latency 40.567 ms 2024-03-11T13:05:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:15.082041+0000 mgr.smithi090.wjxbir (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 316 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-03-11T13:05:16.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:15.082041+0000 mgr.smithi090.wjxbir (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 316 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-03-11T13:05:17.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 68172 25.32 MB/sec warmup 76 sec latency 25.713 ms 2024-03-11T13:05:18.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 68958 25.22 MB/sec warmup 77 sec latency 14.160 ms 2024-03-11T13:05:18.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:17.082558+0000 mgr.smithi090.wjxbir (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2024-03-11T13:05:18.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:17.082558+0000 mgr.smithi090.wjxbir (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2024-03-11T13:05:19.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 69823 25.11 MB/sec warmup 78 sec latency 25.758 ms 2024-03-11T13:05:20.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 70507 25.15 MB/sec warmup 79 sec latency 115.445 ms 2024-03-11T13:05:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:19.082929+0000 mgr.smithi090.wjxbir (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 857 op/s 2024-03-11T13:05:20.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:19.082929+0000 mgr.smithi090.wjxbir (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 857 op/s 2024-03-11T13:05:21.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 71176 25.16 MB/sec warmup 80 sec latency 19.919 ms 2024-03-11T13:05:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:21.083489+0000 mgr.smithi090.wjxbir (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-03-11T13:05:22.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:21.083489+0000 mgr.smithi090.wjxbir (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-03-11T13:05:22.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 71558 24.92 MB/sec warmup 81 sec latency 35.717 ms 2024-03-11T13:05:23.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 72038 24.71 MB/sec warmup 82 sec latency 31.109 ms 2024-03-11T13:05:24.193 INFO:teuthology.orchestra.run.smithi090.stdout: 5 72600 24.60 MB/sec warmup 83 sec latency 42.206 ms 2024-03-11T13:05:24.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:23.083995+0000 mgr.smithi090.wjxbir (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 980 op/s 2024-03-11T13:05:24.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:23.083995+0000 mgr.smithi090.wjxbir (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 980 op/s 2024-03-11T13:05:25.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 73306 24.43 MB/sec warmup 84 sec latency 50.442 ms 2024-03-11T13:05:26.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 74174 24.55 MB/sec warmup 85 sec latency 27.480 ms 2024-03-11T13:05:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:25.084470+0000 mgr.smithi090.wjxbir (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.12k op/s 2024-03-11T13:05:26.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:25.084470+0000 mgr.smithi090.wjxbir (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.12k op/s 2024-03-11T13:05:27.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 74971 24.57 MB/sec warmup 86 sec latency 18.088 ms 2024-03-11T13:05:28.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 75661 24.40 MB/sec warmup 87 sec latency 18.321 ms 2024-03-11T13:05:28.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:27.086012+0000 mgr.smithi090.wjxbir (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-03-11T13:05:28.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:27.838359+0000 mon.smithi090 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:28.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:27.839857+0000 mon.smithi090 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:05:28.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:27.840834+0000 mon.smithi090 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:05:28.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:27.841669+0000 mon.smithi090 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:05:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:27.086012+0000 mgr.smithi090.wjxbir (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-03-11T13:05:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:27.838359+0000 mon.smithi090 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:27.839857+0000 mon.smithi090 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:05:28.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:27.840834+0000 mon.smithi090 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:05:28.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:27.841669+0000 mon.smithi090 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:05:29.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 76282 24.32 MB/sec warmup 88 sec latency 28.905 ms 2024-03-11T13:05:29.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:27.833629+0000 mgr.smithi090.wjxbir (mgr.14164) 350 : cephadm [INF] Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:05:29.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:27.842477+0000 mgr.smithi090.wjxbir (mgr.14164) 351 : cephadm [INF] Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:05:29.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:27.833629+0000 mgr.smithi090.wjxbir (mgr.14164) 350 : cephadm [INF] Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:05:29.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:27.842477+0000 mgr.smithi090.wjxbir (mgr.14164) 351 : cephadm [INF] Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:05:30.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 76960 24.16 MB/sec warmup 89 sec latency 35.577 ms 2024-03-11T13:05:30.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:29.086351+0000 mgr.smithi090.wjxbir (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.7 MiB/s wr, 837 op/s 2024-03-11T13:05:30.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:29.086351+0000 mgr.smithi090.wjxbir (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.7 MiB/s wr, 837 op/s 2024-03-11T13:05:31.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 77525 24.16 MB/sec warmup 90 sec latency 43.473 ms 2024-03-11T13:05:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:31.086818+0000 mgr.smithi090.wjxbir (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.15k op/s 2024-03-11T13:05:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:31.086818+0000 mgr.smithi090.wjxbir (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.15k op/s 2024-03-11T13:05:32.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 78111 24.13 MB/sec warmup 91 sec latency 28.465 ms 2024-03-11T13:05:33.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 78681 24.02 MB/sec warmup 92 sec latency 30.114 ms 2024-03-11T13:05:33.853 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:05:34.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 79350 23.89 MB/sec warmup 93 sec latency 25.707 ms 2024-03-11T13:05:34.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:33.087310+0000 mgr.smithi090.wjxbir (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.6 MiB/s wr, 920 op/s 2024-03-11T13:05:34.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:33.087310+0000 mgr.smithi090.wjxbir (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.6 MiB/s wr, 920 op/s 2024-03-11T13:05:34.698 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (5m) 84s ago 7m 21.6M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (7m) 84s ago 7m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (6m) 93s ago 6m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (5m) 84s ago 7m 28.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (115s) 84s ago 114s 12.7M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (112s) 93s ago 112s 12.2M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (9m) 84s ago 9m 422M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (6m) 93s ago 6m 370M - 16.2.5 6933c2a0b7dd b296ff5ef22c 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (9m) 84s ago 9m 46.6M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (6m) 93s ago 6m 38.8M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.0.smithi090.jimyaj smithi090 *:2049 running (102s) 84s ago 101s 51.8M - 3.5 6933c2a0b7dd 74ddbdb0ecfa 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.0.smithi092.hcoceq smithi092 *:2049 running (96s) 93s ago 96s 53.4M - 3.5 6933c2a0b7dd fc7842411303 2024-03-11T13:05:34.699 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (7m) 84s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (6m) 93s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (5m) 84s ago 5m 39.1M 3224M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (5m) 84s ago 5m 37.1M 3224M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (5m) 84s ago 5m 35.9M 3224M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (4m) 84s ago 4m 38.1M 3224M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (4m) 93s ago 4m 35.6M 3992M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (4m) 93s ago 4m 37.1M 3992M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (3m) 93s ago 3m 39.4M 3992M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (3m) 93s ago 3m 36.5M 3992M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:05:34.700 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (5m) 84s ago 6m 42.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:05:35.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 79895 23.79 MB/sec warmup 94 sec latency 54.860 ms 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:35.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:05:35.197 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:05:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:33.830664+0000 mgr.smithi090.wjxbir (mgr.14164) 355 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:34.243911+0000 mgr.smithi090.wjxbir (mgr.14164) 356 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:33.830664+0000 mgr.smithi090.wjxbir (mgr.14164) 355 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:35.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:35 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:34.243911+0000 mgr.smithi090.wjxbir (mgr.14164) 356 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "0/23 ceph daemons upgraded", 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading mgr daemons" 2024-03-11T13:05:35.619 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:05:36.162 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:05:36.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 80535 23.65 MB/sec warmup 95 sec latency 25.763 ms 2024-03-11T13:05:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:34.682705+0000 mgr.smithi090.wjxbir (mgr.14164) 357 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:35.087803+0000 mgr.smithi090.wjxbir (mgr.14164) 358 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 885 op/s 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.194001+0000 mon.smithi092 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.90:0/3074475274' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.707750+0000 mon.smithi090 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.721685+0000 mon.smithi090 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.955661+0000 mon.smithi090 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.956826+0000 mon.smithi090 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.957965+0000 mon.smithi090 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:05:36.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.958715+0000 mon.smithi090 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:34.682705+0000 mgr.smithi090.wjxbir (mgr.14164) 357 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:35.087803+0000 mgr.smithi090.wjxbir (mgr.14164) 358 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 885 op/s 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.194001+0000 mon.smithi092 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.90:0/3074475274' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.707750+0000 mon.smithi090 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.721685+0000 mon.smithi090 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.955661+0000 mon.smithi090 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.956826+0000 mon.smithi090 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:36.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.957965+0000 mon.smithi090 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:05:36.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.958715+0000 mon.smithi090 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:05:37.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 81250 23.72 MB/sec warmup 96 sec latency 37.784 ms 2024-03-11T13:05:37.422 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:35.617131+0000 mgr.smithi090.wjxbir (mgr.14164) 359 : audit [DBG] from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:37.422 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:36.159108+0000 mon.smithi090 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.90:0/1148423719' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:05:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:35.617131+0000 mgr.smithi090.wjxbir (mgr.14164) 359 : audit [DBG] from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:05:37.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:36.159108+0000 mon.smithi090 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.90:0/1148423719' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:05:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:37.088354+0000 mgr.smithi090.wjxbir (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 780 op/s 2024-03-11T13:05:38.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 81946 23.74 MB/sec warmup 97 sec latency 44.480 ms 2024-03-11T13:05:38.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:37.088354+0000 mgr.smithi090.wjxbir (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.2 MiB/s wr, 780 op/s 2024-03-11T13:05:39.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 82665 23.59 MB/sec warmup 98 sec latency 72.514 ms 2024-03-11T13:05:40.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 83472 23.56 MB/sec warmup 99 sec latency 24.252 ms 2024-03-11T13:05:40.339 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:39.088806+0000 mgr.smithi090.wjxbir (mgr.14164) 361 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 7.8 MiB/s wr, 773 op/s 2024-03-11T13:05:40.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:39.088806+0000 mgr.smithi090.wjxbir (mgr.14164) 361 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 7.8 MiB/s wr, 773 op/s 2024-03-11T13:05:41.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 84230 23.46 MB/sec warmup 100 sec latency 27.440 ms 2024-03-11T13:05:41.904 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:41.089293+0000 mgr.smithi090.wjxbir (mgr.14164) 362 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 957 op/s 2024-03-11T13:05:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:41.089293+0000 mgr.smithi090.wjxbir (mgr.14164) 362 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 957 op/s 2024-03-11T13:05:42.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 84737 23.48 MB/sec warmup 101 sec latency 61.773 ms 2024-03-11T13:05:43.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 85179 23.40 MB/sec warmup 102 sec latency 60.003 ms 2024-03-11T13:05:44.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 85507 23.29 MB/sec warmup 103 sec latency 33.690 ms 2024-03-11T13:05:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:43.089772+0000 mgr.smithi090.wjxbir (mgr.14164) 363 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.5 MiB/s wr, 763 op/s 2024-03-11T13:05:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:43.456462+0000 mon.smithi090 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:05:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:43.456553+0000 mon.smithi090 (mon.0) 744 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:05:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:43.458929+0000 mon.smithi092 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:05:44.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:43.459284+0000 mon.smithi092 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:05:44.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:43.464626+0000 mon.smithi092 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:05:44.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:43.465054+0000 mon.smithi092 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:43.089772+0000 mgr.smithi090.wjxbir (mgr.14164) 363 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.5 MiB/s wr, 763 op/s 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:43.456462+0000 mon.smithi090 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:43.456553+0000 mon.smithi090 (mon.0) 744 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:43.458929+0000 mon.smithi092 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:43.459284+0000 mon.smithi092 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:43.464626+0000 mon.smithi092 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:05:44.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:43.465054+0000 mon.smithi092 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:05:45.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:44.152514+0000 mon.smithi090 (mon.0) 745 : cluster [DBG] mgrmap e21: smithi090.wjxbir(active, since 8m), standbys: smithi092.ygxdfq 2024-03-11T13:05:45.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 86059 23.11 MB/sec warmup 104 sec latency 33.747 ms 2024-03-11T13:05:45.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:44.152514+0000 mon.smithi090 (mon.0) 745 : cluster [DBG] mgrmap e21: smithi090.wjxbir(active, since 8m), standbys: smithi092.ygxdfq 2024-03-11T13:05:46.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 86638 23.04 MB/sec warmup 105 sec latency 36.817 ms 2024-03-11T13:05:46.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:45.090219+0000 mgr.smithi090.wjxbir (mgr.14164) 364 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 826 op/s 2024-03-11T13:05:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:45.090219+0000 mgr.smithi090.wjxbir (mgr.14164) 364 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 826 op/s 2024-03-11T13:05:47.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 87332 22.93 MB/sec warmup 106 sec latency 32.936 ms 2024-03-11T13:05:47.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:46.248997+0000 mon.smithi090 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:46.570940+0000 mon.smithi090 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:46.579255+0000 mon.smithi090 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:46.584253+0000 mon.smithi090 (mon.0) 749 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:47.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:46.588302+0000 mon.smithi090 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr fail", "who": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:05:47.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:46.593104+0000 mon.smithi090 (mon.0) 751 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:46.248997+0000 mon.smithi090 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:46.570940+0000 mon.smithi090 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:46.579255+0000 mon.smithi090 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:46.584253+0000 mon.smithi090 (mon.0) 749 : audit [DBG] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:46.588302+0000 mon.smithi090 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr fail", "who": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:05:47.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:46.593104+0000 mon.smithi090 (mon.0) 751 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-11T13:05:48.194 INFO:teuthology.orchestra.run.smithi090.stdout: 5 87819 22.84 MB/sec warmup 107 sec latency 29.542 ms 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:46.585370+0000 mgr.smithi090.wjxbir (mgr.14164) 365 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi090.wjxbir) 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:46.587839+0000 mgr.smithi090.wjxbir (mgr.14164) 366 : cephadm [INF] Failing over to other MGR 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:47.090584+0000 mgr.smithi090.wjxbir (mgr.14164) 367 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 995 op/s 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.582817+0000 mon.smithi090 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "mgr fail", "who": "smithi090.wjxbir"}]': finished 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:47.582855+0000 mon.smithi090 (mon.0) 753 : cluster [DBG] mgrmap e22: smithi092.ygxdfq(active, starting, since 0.99357s) 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.583328+0000 mon.smithi092 (mon.1) 25 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.583540+0000 mon.smithi092 (mon.1) 26 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.583757+0000 mon.smithi092 (mon.1) 27 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.583946+0000 mon.smithi092 (mon.1) 28 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.584459+0000 mon.smithi092 (mon.1) 29 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.584657+0000 mon.smithi092 (mon.1) 30 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.585011+0000 mon.smithi092 (mon.1) 31 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.585206+0000 mon.smithi092 (mon.1) 32 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:05:48.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.585414+0000 mon.smithi092 (mon.1) 33 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.585737+0000 mon.smithi092 (mon.1) 34 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.586047+0000 mon.smithi092 (mon.1) 35 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.586354+0000 mon.smithi092 (mon.1) 36 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.586645+0000 mon.smithi092 (mon.1) 37 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.587355+0000 mon.smithi092 (mon.1) 38 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.587609+0000 mon.smithi092 (mon.1) 39 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.588072+0000 mon.smithi092 (mon.1) 40 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:47.622042+0000 mon.smithi090 (mon.0) 754 : cluster [INF] Manager daemon smithi092.ygxdfq is now available 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.645974+0000 mon.smithi090 (mon.0) 755 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:47.646615+0000 mgr.smithi092.ygxdfq (mgr.24401) 1 : cephadm [INF] Queued nfs.foo for migration 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.651064+0000 mon.smithi092 (mon.1) 41 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.653820+0000 mon.smithi092 (mon.1) 42 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.683919+0000 mon.smithi090 (mon.0) 756 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.690734+0000 mon.smithi092 (mon.1) 43 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.704399+0000 mon.smithi092 (mon.1) 44 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.705608+0000 mon.smithi090 (mon.0) 757 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.725554+0000 mon.smithi092 (mon.1) 45 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.725760+0000 mon.smithi090 (mon.0) 758 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:47.733180+0000 mon.smithi090 (mon.0) 759 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:48.129029+0000 mon.smithi090 (mon.0) 760 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:48.134428+0000 mon.smithi090 (mon.0) 761 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:46.585370+0000 mgr.smithi090.wjxbir (mgr.14164) 365 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi090.wjxbir) 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:46.587839+0000 mgr.smithi090.wjxbir (mgr.14164) 366 : cephadm [INF] Failing over to other MGR 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:47.090584+0000 mgr.smithi090.wjxbir (mgr.14164) 367 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 995 op/s 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.582817+0000 mon.smithi090 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.90:0/1424113037' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "mgr fail", "who": "smithi090.wjxbir"}]': finished 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:47.582855+0000 mon.smithi090 (mon.0) 753 : cluster [DBG] mgrmap e22: smithi092.ygxdfq(active, starting, since 0.99357s) 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.583328+0000 mon.smithi092 (mon.1) 25 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:48.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.583540+0000 mon.smithi092 (mon.1) 26 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.583757+0000 mon.smithi092 (mon.1) 27 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.583946+0000 mon.smithi092 (mon.1) 28 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.584459+0000 mon.smithi092 (mon.1) 29 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.584657+0000 mon.smithi092 (mon.1) 30 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.585011+0000 mon.smithi092 (mon.1) 31 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.585206+0000 mon.smithi092 (mon.1) 32 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.585414+0000 mon.smithi092 (mon.1) 33 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.585737+0000 mon.smithi092 (mon.1) 34 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.586047+0000 mon.smithi092 (mon.1) 35 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.586354+0000 mon.smithi092 (mon.1) 36 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.586645+0000 mon.smithi092 (mon.1) 37 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.587355+0000 mon.smithi092 (mon.1) 38 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.587609+0000 mon.smithi092 (mon.1) 39 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.588072+0000 mon.smithi092 (mon.1) 40 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:05:48.689 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:47.622042+0000 mon.smithi090 (mon.0) 754 : cluster [INF] Manager daemon smithi092.ygxdfq is now available 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.645974+0000 mon.smithi090 (mon.0) 755 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:47.646615+0000 mgr.smithi092.ygxdfq (mgr.24401) 1 : cephadm [INF] Queued nfs.foo for migration 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.651064+0000 mon.smithi092 (mon.1) 41 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.653820+0000 mon.smithi092 (mon.1) 42 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.683919+0000 mon.smithi090 (mon.0) 756 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.690734+0000 mon.smithi092 (mon.1) 43 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.704399+0000 mon.smithi092 (mon.1) 44 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.705608+0000 mon.smithi090 (mon.0) 757 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.725554+0000 mon.smithi092 (mon.1) 45 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.725760+0000 mon.smithi090 (mon.0) 758 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.ygxdfq/trash_purge_schedule"}]: dispatch 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:47.733180+0000 mon.smithi090 (mon.0) 759 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:48.129029+0000 mon.smithi090 (mon.0) 760 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:48.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:48.134428+0000 mon.smithi090 (mon.0) 761 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:49.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 88780 23.02 MB/sec warmup 108 sec latency 19.038 ms 2024-03-11T13:05:49.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.114711+0000 mgr.smithi092.ygxdfq (mgr.24401) 2 : cephadm [INF] Deploying cephadm binary to smithi092 2024-03-11T13:05:49.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.133883+0000 mgr.smithi092.ygxdfq (mgr.24401) 3 : cephadm [INF] Deploying cephadm binary to smithi090 2024-03-11T13:05:49.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.450678+0000 mgr.smithi092.ygxdfq (mgr.24401) 4 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Bus STARTING 2024-03-11T13:05:49.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.579647+0000 mgr.smithi092.ygxdfq (mgr.24401) 5 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Serving on http://172.21.15.92:8765 2024-03-11T13:05:49.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:48.599512+0000 mon.smithi090 (mon.0) 762 : cluster [DBG] mgrmap e23: smithi092.ygxdfq(active, since 2s) 2024-03-11T13:05:49.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:48.613277+0000 mgr.smithi092.ygxdfq (mgr.24401) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:49.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.755594+0000 mgr.smithi092.ygxdfq (mgr.24401) 7 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Serving on https://172.21.15.92:7150 2024-03-11T13:05:49.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:05:48.755783+0000 mgr.smithi092.ygxdfq (mgr.24401) 8 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Bus STARTED 2024-03-11T13:05:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.114711+0000 mgr.smithi092.ygxdfq (mgr.24401) 2 : cephadm [INF] Deploying cephadm binary to smithi092 2024-03-11T13:05:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.133883+0000 mgr.smithi092.ygxdfq (mgr.24401) 3 : cephadm [INF] Deploying cephadm binary to smithi090 2024-03-11T13:05:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.450678+0000 mgr.smithi092.ygxdfq (mgr.24401) 4 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Bus STARTING 2024-03-11T13:05:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.579647+0000 mgr.smithi092.ygxdfq (mgr.24401) 5 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Serving on http://172.21.15.92:8765 2024-03-11T13:05:49.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:48.599512+0000 mon.smithi090 (mon.0) 762 : cluster [DBG] mgrmap e23: smithi092.ygxdfq(active, since 2s) 2024-03-11T13:05:49.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:48.613277+0000 mgr.smithi092.ygxdfq (mgr.24401) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:49.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.755594+0000 mgr.smithi092.ygxdfq (mgr.24401) 7 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Serving on https://172.21.15.92:7150 2024-03-11T13:05:49.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:05:48.755783+0000 mgr.smithi092.ygxdfq (mgr.24401) 8 : cephadm [INF] [11/Mar/2024:13:05:48] ENGINE Bus STARTED 2024-03-11T13:05:50.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 89286 22.90 MB/sec warmup 109 sec latency 25.266 ms 2024-03-11T13:05:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:49.587473+0000 mgr.smithi092.ygxdfq (mgr.24401) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:49.604610+0000 mon.smithi090 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi092.ygxdfq(active, since 3s) 2024-03-11T13:05:50.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:49.671227+0000 mon.smithi092 (mon.1) 46 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:50.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:49.673110+0000 mon.smithi090 (mon.0) 764 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:51.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:49.587473+0000 mgr.smithi092.ygxdfq (mgr.24401) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:51.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:49.604610+0000 mon.smithi090 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi092.ygxdfq(active, since 3s) 2024-03-11T13:05:51.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:49.671227+0000 mon.smithi092 (mon.1) 46 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:51.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:49.673110+0000 mon.smithi090 (mon.0) 764 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:51.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 89793 22.76 MB/sec warmup 110 sec latency 45.223 ms 2024-03-11T13:05:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:50.613626+0000 mon.smithi090 (mon.0) 765 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:05:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:50.613727+0000 mon.smithi090 (mon.0) 766 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-11T13:05:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:50.615358+0000 mon.smithi092 (mon.1) 47 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:50.615927+0000 mon.smithi090 (mon.0) 767 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:50.613626+0000 mon.smithi090 (mon.0) 765 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:05:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:50.613727+0000 mon.smithi090 (mon.0) 766 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-11T13:05:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:50.615358+0000 mon.smithi092 (mon.1) 47 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:50.615927+0000 mon.smithi090 (mon.0) 767 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:05:52.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 90403 22.73 MB/sec warmup 111 sec latency 46.024 ms 2024-03-11T13:05:52.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:51.587837+0000 mgr.smithi092.ygxdfq (mgr.24401) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:52.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:51.615341+0000 mon.smithi090 (mon.0) 768 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:05:52.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:51.615424+0000 mon.smithi090 (mon.0) 769 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-11T13:05:52.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:52.468775+0000 mon.smithi090 (mon.0) 770 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:53.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:51.587837+0000 mgr.smithi092.ygxdfq (mgr.24401) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:53.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:51.615341+0000 mon.smithi090 (mon.0) 768 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:05:53.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:51.615424+0000 mon.smithi090 (mon.0) 769 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-11T13:05:53.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:52.468775+0000 mon.smithi090 (mon.0) 770 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:53.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 91135 22.61 MB/sec warmup 112 sec latency 56.366 ms 2024-03-11T13:05:54.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 91752 22.65 MB/sec warmup 113 sec latency 18.660 ms 2024-03-11T13:05:54.629 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:53.588211+0000 mgr.smithi092.ygxdfq (mgr.24401) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:54.630 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:53.629670+0000 mon.smithi090 (mon.0) 771 : cluster [DBG] mgrmap e25: smithi092.ygxdfq(active, since 7s) 2024-03-11T13:05:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:53.588211+0000 mgr.smithi092.ygxdfq (mgr.24401) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T13:05:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:53.629670+0000 mon.smithi090 (mon.0) 771 : cluster [DBG] mgrmap e25: smithi092.ygxdfq(active, since 7s) 2024-03-11T13:05:55.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 92475 22.69 MB/sec warmup 114 sec latency 32.373 ms 2024-03-11T13:05:56.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 92907 22.55 MB/sec warmup 115 sec latency 73.632 ms 2024-03-11T13:05:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:55.053526+0000 mon.smithi090 (mon.0) 772 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:55.294090+0000 mon.smithi090 (mon.0) 773 : cluster [DBG] Standby manager daemon smithi090.wjxbir started 2024-03-11T13:05:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:55.296728+0000 mon.smithi090 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/crt"}]: dispatch 2024-03-11T13:05:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:55.298945+0000 mon.smithi090 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:05:56.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:55.324080+0000 mon.smithi090 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/key"}]: dispatch 2024-03-11T13:05:56.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:55.324714+0000 mon.smithi090 (mon.0) 777 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:05:56.353 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:55.588843+0000 mgr.smithi092.ygxdfq (mgr.24401) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.4 MiB/s wr, 655 op/s 2024-03-11T13:05:56.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:55.053526+0000 mon.smithi090 (mon.0) 772 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:56.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:55.294090+0000 mon.smithi090 (mon.0) 773 : cluster [DBG] Standby manager daemon smithi090.wjxbir started 2024-03-11T13:05:56.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:55.296728+0000 mon.smithi090 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/crt"}]: dispatch 2024-03-11T13:05:56.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:55.298945+0000 mon.smithi090 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:05:56.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:55.324080+0000 mon.smithi090 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/key"}]: dispatch 2024-03-11T13:05:56.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:55.324714+0000 mon.smithi090 (mon.0) 777 : audit [DBG] from='mgr.? 172.21.15.90:0/575025786' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:05:56.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:55.588843+0000 mgr.smithi092.ygxdfq (mgr.24401) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.4 MiB/s wr, 655 op/s 2024-03-11T13:05:57.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 93383 22.41 MB/sec warmup 116 sec latency 400.235 ms 2024-03-11T13:05:57.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:56.063399+0000 mon.smithi090 (mon.0) 778 : cluster [DBG] mgrmap e26: smithi092.ygxdfq(active, since 9s), standbys: smithi090.wjxbir 2024-03-11T13:05:57.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.064419+0000 mon.smithi092 (mon.1) 48 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:05:57.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.485473+0000 mon.smithi090 (mon.0) 779 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:57.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.491464+0000 mon.smithi090 (mon.0) 780 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:57.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.785063+0000 mon.smithi090 (mon.0) 781 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T13:05:57.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:56.063399+0000 mon.smithi090 (mon.0) 778 : cluster [DBG] mgrmap e26: smithi092.ygxdfq(active, since 9s), standbys: smithi090.wjxbir 2024-03-11T13:05:57.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.064419+0000 mon.smithi092 (mon.1) 48 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:05:57.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.485473+0000 mon.smithi090 (mon.0) 779 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:57.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.491464+0000 mon.smithi090 (mon.0) 780 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:57.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.785063+0000 mon.smithi090 (mon.0) 781 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T13:05:58.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 93746 22.30 MB/sec warmup 117 sec latency 576.750 ms 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.785335+0000 mon.smithi092 (mon.1) 49 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:56.785494+0000 mon.smithi092 (mon.1) 50 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.363511+0000 mon.smithi090 (mon.0) 782 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.374824+0000 mon.smithi092 (mon.1) 51 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.374985+0000 mon.smithi092 (mon.1) 52 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.375560+0000 mon.smithi092 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.380353+0000 mon.smithi090 (mon.0) 783 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:57.589195+0000 mgr.smithi092.ygxdfq (mgr.24401) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.6 MiB/s wr, 571 op/s 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.926953+0000 mon.smithi092 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T13:05:58.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:57.936821+0000 mon.smithi090 (mon.0) 784 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.785335+0000 mon.smithi092 (mon.1) 49 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:56.785494+0000 mon.smithi092 (mon.1) 50 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.363511+0000 mon.smithi090 (mon.0) 782 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.374824+0000 mon.smithi092 (mon.1) 51 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.374985+0000 mon.smithi092 (mon.1) 52 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.375560+0000 mon.smithi092 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.380353+0000 mon.smithi090 (mon.0) 783 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:57.589195+0000 mgr.smithi092.ygxdfq (mgr.24401) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 331 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.6 MiB/s wr, 571 op/s 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.926953+0000 mon.smithi092 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T13:05:58.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:57.936821+0000 mon.smithi090 (mon.0) 784 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 94325 22.25 MB/sec warmup 118 sec latency 34.978 ms 2024-03-11T13:05:59.604 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:58.601122+0000 mon.smithi090 (mon.0) 785 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.604 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:58.607636+0000 mon.smithi090 (mon.0) 786 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.604 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:59.395438+0000 mon.smithi090 (mon.0) 787 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.604 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:05:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:05:59.401545+0000 mon.smithi090 (mon.0) 788 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:58.601122+0000 mon.smithi090 (mon.0) 785 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:58.607636+0000 mon.smithi090 (mon.0) 786 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:59.395438+0000 mon.smithi090 (mon.0) 787 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:05:59.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:05:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:05:59.401545+0000 mon.smithi090 (mon.0) 788 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:00.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 94870 22.15 MB/sec warmup 119 sec latency 41.783 ms 2024-03-11T13:06:00.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:05:59.589785+0000 mgr.smithi092.ygxdfq (mgr.24401) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 9.7 MiB/s wr, 955 op/s 2024-03-11T13:06:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:05:59.589785+0000 mgr.smithi092.ygxdfq (mgr.24401) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 9.7 MiB/s wr, 955 op/s 2024-03-11T13:06:02.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 96217 23.53 MB/sec execute 1 sec latency 39.594 ms 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:01.590100+0000 mgr.smithi092.ygxdfq (mgr.24401) 15 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.7 MiB/s wr, 857 op/s 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.018521+0000 mon.smithi090 (mon.0) 789 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.024891+0000 mon.smithi090 (mon.0) 790 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.026409+0000 mon.smithi092 (mon.1) 55 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.026666+0000 mon.smithi090 (mon.0) 791 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.027412+0000 mon.smithi092 (mon.1) 56 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.027629+0000 mon.smithi090 (mon.0) 792 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.028339+0000 mon.smithi092 (mon.1) 57 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.028559+0000 mon.smithi090 (mon.0) 793 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.029348+0000 mon.smithi092 (mon.1) 58 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.029555+0000 mon.smithi090 (mon.0) 794 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.034802+0000 mon.smithi090 (mon.0) 795 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:01.590100+0000 mgr.smithi092.ygxdfq (mgr.24401) 15 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.7 MiB/s wr, 857 op/s 2024-03-11T13:06:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.018521+0000 mon.smithi090 (mon.0) 789 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.024891+0000 mon.smithi090 (mon.0) 790 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.026409+0000 mon.smithi092 (mon.1) 55 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.026666+0000 mon.smithi090 (mon.0) 791 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.027412+0000 mon.smithi092 (mon.1) 56 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.027629+0000 mon.smithi090 (mon.0) 792 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.028339+0000 mon.smithi092 (mon.1) 57 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.028559+0000 mon.smithi090 (mon.0) 793 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.029348+0000 mon.smithi092 (mon.1) 58 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.029555+0000 mon.smithi090 (mon.0) 794 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:02.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.034802+0000 mon.smithi090 (mon.0) 795 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:03.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 96776 15.32 MB/sec execute 2 sec latency 44.314 ms 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:02.030190+0000 mgr.smithi092.ygxdfq (mgr.24401) 16 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2712M 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:02.690620+0000 mon.smithi092 (mon.1) 59 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.429928+0000 mon.smithi090 (mon.0) 796 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.436722+0000 mon.smithi090 (mon.0) 797 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.438428+0000 mon.smithi092 (mon.1) 60 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.438715+0000 mon.smithi090 (mon.0) 798 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.439532+0000 mon.smithi092 (mon.1) 61 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.439778+0000 mon.smithi090 (mon.0) 799 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.440667+0000 mon.smithi092 (mon.1) 62 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.440950+0000 mon.smithi090 (mon.0) 800 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.443254+0000 mon.smithi092 (mon.1) 63 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.443528+0000 mon.smithi090 (mon.0) 801 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.448229+0000 mon.smithi090 (mon.0) 802 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.449373+0000 mon.smithi092 (mon.1) 64 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:03.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:03.449969+0000 mon.smithi092 (mon.1) 65 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:06:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:02.030190+0000 mgr.smithi092.ygxdfq (mgr.24401) 16 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2712M 2024-03-11T13:06:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:02.690620+0000 mon.smithi092 (mon.1) 59 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.429928+0000 mon.smithi090 (mon.0) 796 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.436722+0000 mon.smithi090 (mon.0) 797 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:04.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.438428+0000 mon.smithi092 (mon.1) 60 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.438715+0000 mon.smithi090 (mon.0) 798 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.439532+0000 mon.smithi092 (mon.1) 61 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.439778+0000 mon.smithi090 (mon.0) 799 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.440667+0000 mon.smithi092 (mon.1) 62 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.440950+0000 mon.smithi090 (mon.0) 800 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.443254+0000 mon.smithi092 (mon.1) 63 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.443528+0000 mon.smithi090 (mon.0) 801 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.448229+0000 mon.smithi090 (mon.0) 802 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.449373+0000 mon.smithi092 (mon.1) 64 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:04.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:03.449969+0000 mon.smithi092 (mon.1) 65 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:06:04.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 97614 17.63 MB/sec execute 3 sec latency 18.765 ms 2024-03-11T13:06:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:03.444155+0000 mgr.smithi092.ygxdfq (mgr.24401) 17 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 1944M 2024-03-11T13:06:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:03.452268+0000 mgr.smithi092.ygxdfq (mgr.24401) 18 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:06:04.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:03.452427+0000 mgr.smithi092.ygxdfq (mgr.24401) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:06:04.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:03.590560+0000 mgr.smithi092.ygxdfq (mgr.24401) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 7.3 MiB/s wr, 716 op/s 2024-03-11T13:06:04.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:03.818284+0000 mgr.smithi092.ygxdfq (mgr.24401) 21 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:06:04.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:03.818445+0000 mgr.smithi092.ygxdfq (mgr.24401) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:03.444155+0000 mgr.smithi092.ygxdfq (mgr.24401) 17 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 1944M 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:03.452268+0000 mgr.smithi092.ygxdfq (mgr.24401) 18 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:03.452427+0000 mgr.smithi092.ygxdfq (mgr.24401) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:03.590560+0000 mgr.smithi092.ygxdfq (mgr.24401) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 7.3 MiB/s wr, 716 op/s 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:03.818284+0000 mgr.smithi092.ygxdfq (mgr.24401) 21 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:06:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:03.818445+0000 mgr.smithi092.ygxdfq (mgr.24401) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:06:05.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 98379 16.54 MB/sec execute 4 sec latency 251.403 ms 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:04.134644+0000 mgr.smithi092.ygxdfq (mgr.24401) 23 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:04.184853+0000 mgr.smithi092.ygxdfq (mgr.24401) 24 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:04.499172+0000 mgr.smithi092.ygxdfq (mgr.24401) 25 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:04.552106+0000 mgr.smithi092.ygxdfq (mgr.24401) 26 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.820373+0000 mon.smithi090 (mon.0) 803 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.827729+0000 mon.smithi090 (mon.0) 804 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.873631+0000 mon.smithi090 (mon.0) 805 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.880088+0000 mon.smithi090 (mon.0) 806 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.886494+0000 mon.smithi090 (mon.0) 807 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.913789+0000 mon.smithi092 (mon.1) 66 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:06:06.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:04.914097+0000 mon.smithi090 (mon.0) 808 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:06:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:04.134644+0000 mgr.smithi092.ygxdfq (mgr.24401) 23 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:04.184853+0000 mgr.smithi092.ygxdfq (mgr.24401) 24 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:04.499172+0000 mgr.smithi092.ygxdfq (mgr.24401) 25 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:04.552106+0000 mgr.smithi092.ygxdfq (mgr.24401) 26 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.820373+0000 mon.smithi090 (mon.0) 803 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.827729+0000 mon.smithi090 (mon.0) 804 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.873631+0000 mon.smithi090 (mon.0) 805 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.880088+0000 mon.smithi090 (mon.0) 806 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.886494+0000 mon.smithi090 (mon.0) 807 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.913789+0000 mon.smithi092 (mon.1) 66 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:06:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:04.914097+0000 mon.smithi090 (mon.0) 808 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T13:06:06.195 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99121 19.15 MB/sec execute 5 sec latency 21.568 ms 2024-03-11T13:06:06.661 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:06:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:05.591128+0000 mgr.smithi092.ygxdfq (mgr.24401) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-03-11T13:06:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:05.890783+0000 mon.smithi090 (mon.0) 809 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:06:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:05.890867+0000 mon.smithi090 (mon.0) 810 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-11T13:06:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:05.894507+0000 mon.smithi092 (mon.1) 67 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T13:06:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:05.895456+0000 mon.smithi090 (mon.0) 811 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T13:06:07.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:05.591128+0000 mgr.smithi092.ygxdfq (mgr.24401) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-03-11T13:06:07.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:05.890783+0000 mon.smithi090 (mon.0) 809 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-11T13:06:07.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:05.890867+0000 mon.smithi090 (mon.0) 810 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-11T13:06:07.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:05.894507+0000 mon.smithi092 (mon.1) 67 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T13:06:07.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:05.895456+0000 mon.smithi090 (mon.0) 811 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T13:06:07.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99701 19.46 MB/sec execute 6 sec latency 28.377 ms 2024-03-11T13:06:07.524 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (6m) 8s ago 8m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (8m) 8s ago 8m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (7m) 11s ago 7m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (6m) 8s ago 7m 33.9M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (2m) 8s ago 2m 37.7M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (2m) 11s ago 2m 12.8M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (9m) 8s ago 9m 147M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (35s) 11s ago 7m 479M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (9m) 8s ago 9m 58.0M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (6m) 11s ago 6m 38.3M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.0.smithi090.jimyaj smithi090 *:2049 running (2m) 8s ago 2m 238M - 3.5 6933c2a0b7dd 74ddbdb0ecfa 2024-03-11T13:06:07.525 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.0.smithi092.hcoceq smithi092 *:2049 running (2m) 11s ago 2m 54.5M - 3.5 6933c2a0b7dd fc7842411303 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (7m) 8s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (6m) 11s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (6m) 8s ago 6m 355M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (6m) 8s ago 5m 280M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (5m) 8s ago 5m 229M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (5m) 8s ago 5m 316M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (4m) 11s ago 4m 347M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (4m) 11s ago 4m 365M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (4m) 11s ago 4m 294M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (3m) 11s ago 3m 436M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:06:07.526 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (6m) 8s ago 7m 53.2M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:07.909 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:06:07.910 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:06:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:06.639980+0000 mgr.smithi092.ygxdfq (mgr.24401) 28 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:06.895158+0000 mon.smithi090 (mon.0) 812 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-11T13:06:08.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:06.895287+0000 mon.smithi090 (mon.0) 813 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-11T13:06:08.137 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:06.639980+0000 mgr.smithi092.ygxdfq (mgr.24401) 28 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:08.137 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:06.895158+0000 mon.smithi090 (mon.0) 812 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-11T13:06:08.137 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:06.895287+0000 mon.smithi090 (mon.0) 813 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-11T13:06:08.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 17.04 MB/sec execute 7 sec latency 772.146 ms 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:06:08.236 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:06:08.639 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:06:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.897619+0000 mgr.smithi092.ygxdfq (mgr.24401) 29 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-03-11T13:06:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.937043+0000 mgr.smithi092.ygxdfq (mgr.24401) 30 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-03-11T13:06:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.937160+0000 mgr.smithi092.ygxdfq (mgr.24401) 31 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi090.jimyaj', 'nfs.foo.1.0.smithi092.hcoceq'] 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.937237+0000 mgr.smithi092.ygxdfq (mgr.24401) 32 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi090.jimyaj nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.937692+0000 mgr.smithi092.ygxdfq (mgr.24401) 33 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi090.jimyaj from smithi090 -- ports [2049] 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:06.938093+0000 mgr.smithi092.ygxdfq (mgr.24401) 34 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi092.hcoceq from smithi092 -- ports [2049] 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:07.091149+0000 mgr.smithi092.ygxdfq (mgr.24401) 35 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:07.513269+0000 mgr.smithi092.ygxdfq (mgr.24401) 36 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:07.591399+0000 mgr.smithi092.ygxdfq (mgr.24401) 37 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.8 MiB/s wr, 535 op/s 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:07.900305+0000 mon.smithi090 (mon.0) 814 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:07.900646+0000 mon.smithi090 (mon.0) 815 : cluster [DBG] mgrmap e27: smithi092.ygxdfq(active, since 21s), standbys: smithi090.wjxbir 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:07.907164+0000 mon.smithi090 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.90:0/158601436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.307994+0000 mon.smithi092 (mon.1) 68 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.308353+0000 mon.smithi090 (mon.0) 817 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.312798+0000 mon.smithi090 (mon.0) 818 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]': finished 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.313699+0000 mon.smithi092 (mon.1) 69 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.313952+0000 mon.smithi090 (mon.0) 819 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]: dispatch 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.317594+0000 mon.smithi090 (mon.0) 820 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]': finished 2024-03-11T13:06:09.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.637888+0000 mon.smithi090 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.90:0/2481097757' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:06:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.897619+0000 mgr.smithi092.ygxdfq (mgr.24401) 29 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.937043+0000 mgr.smithi092.ygxdfq (mgr.24401) 30 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.937160+0000 mgr.smithi092.ygxdfq (mgr.24401) 31 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi090.jimyaj', 'nfs.foo.1.0.smithi092.hcoceq'] 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.937237+0000 mgr.smithi092.ygxdfq (mgr.24401) 32 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi090.jimyaj nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.937692+0000 mgr.smithi092.ygxdfq (mgr.24401) 33 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi090.jimyaj from smithi090 -- ports [2049] 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:06.938093+0000 mgr.smithi092.ygxdfq (mgr.24401) 34 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi092.hcoceq from smithi092 -- ports [2049] 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:07.091149+0000 mgr.smithi092.ygxdfq (mgr.24401) 35 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:07.513269+0000 mgr.smithi092.ygxdfq (mgr.24401) 36 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:07.591399+0000 mgr.smithi092.ygxdfq (mgr.24401) 37 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.8 MiB/s wr, 535 op/s 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:07.900305+0000 mon.smithi090 (mon.0) 814 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:07.900646+0000 mon.smithi090 (mon.0) 815 : cluster [DBG] mgrmap e27: smithi092.ygxdfq(active, since 21s), standbys: smithi090.wjxbir 2024-03-11T13:06:09.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:07.907164+0000 mon.smithi090 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.90:0/158601436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.307994+0000 mon.smithi092 (mon.1) 68 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.308353+0000 mon.smithi090 (mon.0) 817 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.312798+0000 mon.smithi090 (mon.0) 818 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]': finished 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.313699+0000 mon.smithi092 (mon.1) 69 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]: dispatch 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.313952+0000 mon.smithi090 (mon.0) 819 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]: dispatch 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.317594+0000 mon.smithi090 (mon.0) 820 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq-rgw"}]': finished 2024-03-11T13:06:09.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.637888+0000 mon.smithi090 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.90:0/2481097757' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:06:09.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 14.91 MB/sec execute 8 sec latency 1772.215 ms 2024-03-11T13:06:10.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:08.233763+0000 mgr.smithi092.ygxdfq (mgr.24401) 38 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:10.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:08.307640+0000 mgr.smithi092.ygxdfq (mgr.24401) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:10.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:08.313513+0000 mgr.smithi092.ygxdfq (mgr.24401) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi092.hcoceq-rgw 2024-03-11T13:06:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:08.233763+0000 mgr.smithi092.ygxdfq (mgr.24401) 38 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:08.307640+0000 mgr.smithi092.ygxdfq (mgr.24401) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:08.313513+0000 mgr.smithi092.ygxdfq (mgr.24401) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi092.hcoceq-rgw 2024-03-11T13:06:10.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 13.25 MB/sec execute 9 sec latency 2772.292 ms 2024-03-11T13:06:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:09.592061+0000 mgr.smithi092.ygxdfq (mgr.24401) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-03-11T13:06:11.164 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:09.592061+0000 mgr.smithi092.ygxdfq (mgr.24401) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-03-11T13:06:11.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 11.93 MB/sec execute 10 sec latency 3772.350 ms 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.862800+0000 mgr.smithi092.ygxdfq (mgr.24401) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.863135+0000 mon.smithi092 (mon.1) 70 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.863649+0000 mon.smithi090 (mon.0) 822 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.866406+0000 mon.smithi090 (mon.0) 823 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]': finished 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.867553+0000 mgr.smithi092.ygxdfq (mgr.24401) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi090.jimyaj-rgw 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.867861+0000 mon.smithi092 (mon.1) 71 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]: dispatch 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.868105+0000 mon.smithi090 (mon.0) 824 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]: dispatch 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.870492+0000 mon.smithi090 (mon.0) 825 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]': finished 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.874378+0000 mon.smithi090 (mon.0) 826 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.875523+0000 mon.smithi092 (mon.1) 72 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.876197+0000 mgr.smithi092.ygxdfq (mgr.24401) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.904487+0000 mon.smithi092 (mon.1) 73 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.904886+0000 mon.smithi090 (mon.0) 827 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.908077+0000 mon.smithi090 (mon.0) 828 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.914084+0000 mgr.smithi092.ygxdfq (mgr.24401) 45 : cephadm [INF] Done migrating nfs.foo 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.914174+0000 mgr.smithi092.ygxdfq (mgr.24401) 46 : cephadm [INF] Done migrating all NFS services 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.917923+0000 mon.smithi090 (mon.0) 829 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.927225+0000 mon.smithi090 (mon.0) 830 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.937423+0000 mon.smithi090 (mon.0) 831 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.947443+0000 mon.smithi090 (mon.0) 832 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.961669+0000 mon.smithi090 (mon.0) 833 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.963343+0000 mgr.smithi092.ygxdfq (mgr.24401) 47 : cephadm [INF] Fencing old nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.963771+0000 mon.smithi092 (mon.1) 74 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.964075+0000 mon.smithi090 (mon.0) 834 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.967488+0000 mon.smithi090 (mon.0) 835 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.968397+0000 mgr.smithi092.ygxdfq (mgr.24401) 48 : cephadm [INF] Fencing old nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.968683+0000 mon.smithi092 (mon.1) 75 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.968915+0000 mon.smithi090 (mon.0) 836 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.972038+0000 mon.smithi090 (mon.0) 837 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.973081+0000 mgr.smithi092.ygxdfq (mgr.24401) 49 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi090.jvvzbt 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.973364+0000 mon.smithi092 (mon.1) 76 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:11.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.973661+0000 mon.smithi090 (mon.0) 838 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.976163+0000 mon.smithi090 (mon.0) 839 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:10.977540+0000 mgr.smithi092.ygxdfq (mgr.24401) 50 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.977778+0000 mon.smithi092 (mon.1) 77 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.978225+0000 mon.smithi090 (mon.0) 840 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.980572+0000 mon.smithi090 (mon.0) 841 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:10.982688+0000 mon.smithi092 (mon.1) 78 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.027741+0000 mon.smithi092 (mon.1) 79 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.028058+0000 mon.smithi090 (mon.0) 842 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.030771+0000 mon.smithi090 (mon.0) 843 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:11.080283+0000 mgr.smithi092.ygxdfq (mgr.24401) 51 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:11.080367+0000 mgr.smithi092.ygxdfq (mgr.24401) 52 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi090.jvvzbt-rgw 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.080688+0000 mon.smithi092 (mon.1) 80 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.081158+0000 mon.smithi090 (mon.0) 844 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.083969+0000 mon.smithi090 (mon.0) 845 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:06:11.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:11.087619+0000 mgr.smithi092.ygxdfq (mgr.24401) 53 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi090.jvvzbt's ganesha conf is defaulting to empty 2024-03-11T13:06:11.857 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:11.094145+0000 mon.smithi092 (mon.1) 81 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:11.857 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:11.095132+0000 mgr.smithi092.ygxdfq (mgr.24401) 54 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi090.jvvzbt on smithi090 2024-03-11T13:06:11.857 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:11.592601+0000 mgr.smithi092.ygxdfq (mgr.24401) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.862800+0000 mgr.smithi092.ygxdfq (mgr.24401) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.863135+0000 mon.smithi092 (mon.1) 70 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.863649+0000 mon.smithi090 (mon.0) 822 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.866406+0000 mon.smithi090 (mon.0) 823 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]': finished 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.867553+0000 mgr.smithi092.ygxdfq (mgr.24401) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi090.jimyaj-rgw 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.867861+0000 mon.smithi092 (mon.1) 71 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]: dispatch 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.868105+0000 mon.smithi090 (mon.0) 824 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]: dispatch 2024-03-11T13:06:12.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.870492+0000 mon.smithi090 (mon.0) 825 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj-rgw"}]': finished 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.874378+0000 mon.smithi090 (mon.0) 826 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.875523+0000 mon.smithi092 (mon.1) 72 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.876197+0000 mgr.smithi092.ygxdfq (mgr.24401) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.904487+0000 mon.smithi092 (mon.1) 73 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.904886+0000 mon.smithi090 (mon.0) 827 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.908077+0000 mon.smithi090 (mon.0) 828 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.914084+0000 mgr.smithi092.ygxdfq (mgr.24401) 45 : cephadm [INF] Done migrating nfs.foo 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.914174+0000 mgr.smithi092.ygxdfq (mgr.24401) 46 : cephadm [INF] Done migrating all NFS services 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.917923+0000 mon.smithi090 (mon.0) 829 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.927225+0000 mon.smithi090 (mon.0) 830 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.937423+0000 mon.smithi090 (mon.0) 831 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.947443+0000 mon.smithi090 (mon.0) 832 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.961669+0000 mon.smithi090 (mon.0) 833 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.963343+0000 mgr.smithi092.ygxdfq (mgr.24401) 47 : cephadm [INF] Fencing old nfs.foo.0.0.smithi090.jimyaj 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.963771+0000 mon.smithi092 (mon.1) 74 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.964075+0000 mon.smithi090 (mon.0) 834 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi090.jimyaj"}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.967488+0000 mon.smithi090 (mon.0) 835 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.968397+0000 mgr.smithi092.ygxdfq (mgr.24401) 48 : cephadm [INF] Fencing old nfs.foo.1.0.smithi092.hcoceq 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.968683+0000 mon.smithi092 (mon.1) 75 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.968915+0000 mon.smithi090 (mon.0) 836 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi092.hcoceq"}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.972038+0000 mon.smithi090 (mon.0) 837 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.973081+0000 mgr.smithi092.ygxdfq (mgr.24401) 49 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi090.jvvzbt 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.973364+0000 mon.smithi092 (mon.1) 76 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.973661+0000 mon.smithi090 (mon.0) 838 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.976163+0000 mon.smithi090 (mon.0) 839 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T13:06:12.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:10.977540+0000 mgr.smithi092.ygxdfq (mgr.24401) 50 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.977778+0000 mon.smithi092 (mon.1) 77 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.978225+0000 mon.smithi090 (mon.0) 840 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.980572+0000 mon.smithi090 (mon.0) 841 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:10.982688+0000 mon.smithi092 (mon.1) 78 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.027741+0000 mon.smithi092 (mon.1) 79 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.028058+0000 mon.smithi090 (mon.0) 842 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.030771+0000 mon.smithi090 (mon.0) 843 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:11.080283+0000 mgr.smithi092.ygxdfq (mgr.24401) 51 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:11.080367+0000 mgr.smithi092.ygxdfq (mgr.24401) 52 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi090.jvvzbt-rgw 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.080688+0000 mon.smithi092 (mon.1) 80 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.081158+0000 mon.smithi090 (mon.0) 844 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.083969+0000 mon.smithi090 (mon.0) 845 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:06:12.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:11.087619+0000 mgr.smithi092.ygxdfq (mgr.24401) 53 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi090.jvvzbt's ganesha conf is defaulting to empty 2024-03-11T13:06:12.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:11.094145+0000 mon.smithi092 (mon.1) 81 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:12.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:11.095132+0000 mgr.smithi092.ygxdfq (mgr.24401) 54 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi090.jvvzbt on smithi090 2024-03-11T13:06:12.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:11.592601+0000 mgr.smithi092.ygxdfq (mgr.24401) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2024-03-11T13:06:12.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 10.84 MB/sec execute 11 sec latency 4772.441 ms 2024-03-11T13:06:13.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 9.94 MB/sec execute 12 sec latency 5772.542 ms 2024-03-11T13:06:13.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:12.091431+0000 mon.smithi090 (mon.0) 846 : cluster [DBG] mgrmap e28: smithi092.ygxdfq(active, since 25s), standbys: smithi090.wjxbir 2024-03-11T13:06:13.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:12.091431+0000 mon.smithi090 (mon.0) 846 : cluster [DBG] mgrmap e28: smithi092.ygxdfq(active, since 25s), standbys: smithi090.wjxbir 2024-03-11T13:06:14.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 9.18 MB/sec execute 13 sec latency 6772.586 ms 2024-03-11T13:06:14.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:13.593079+0000 mgr.smithi092.ygxdfq (mgr.24401) 56 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2024-03-11T13:06:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:13.593079+0000 mgr.smithi092.ygxdfq (mgr.24401) 56 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 480 op/s 2024-03-11T13:06:15.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 8.52 MB/sec execute 14 sec latency 7772.665 ms 2024-03-11T13:06:16.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 7.95 MB/sec execute 15 sec latency 8772.766 ms 2024-03-11T13:06:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:15.593947+0000 mgr.smithi092.ygxdfq (mgr.24401) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.7 MiB/s wr, 431 op/s 2024-03-11T13:06:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:15.593947+0000 mgr.smithi092.ygxdfq (mgr.24401) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.7 MiB/s wr, 431 op/s 2024-03-11T13:06:17.197 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 7.46 MB/sec execute 16 sec latency 9772.892 ms 2024-03-11T13:06:18.197 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 7.02 MB/sec execute 17 sec latency 10772.947 ms 2024-03-11T13:06:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:17.594392+0000 mgr.smithi092.ygxdfq (mgr.24401) 58 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2024-03-11T13:06:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:17.690969+0000 mon.smithi092 (mon.1) 82 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.410087+0000 mon.smithi090 (mon.0) 847 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.416401+0000 mon.smithi090 (mon.0) 848 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.428636+0000 mon.smithi090 (mon.0) 849 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.430238+0000 mon.smithi092 (mon.1) 83 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.430681+0000 mon.smithi090 (mon.0) 850 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.433159+0000 mon.smithi090 (mon.0) 851 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.437206+0000 mon.smithi092 (mon.1) 84 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.437639+0000 mon.smithi090 (mon.0) 852 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.440408+0000 mon.smithi090 (mon.0) 853 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:18.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:18.444011+0000 mon.smithi092 (mon.1) 85 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:19.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:17.594392+0000 mgr.smithi092.ygxdfq (mgr.24401) 58 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2024-03-11T13:06:19.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:17.690969+0000 mon.smithi092 (mon.1) 82 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.410087+0000 mon.smithi090 (mon.0) 847 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.416401+0000 mon.smithi090 (mon.0) 848 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.428636+0000 mon.smithi090 (mon.0) 849 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.430238+0000 mon.smithi092 (mon.1) 83 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.430681+0000 mon.smithi090 (mon.0) 850 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.433159+0000 mon.smithi090 (mon.0) 851 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.437206+0000 mon.smithi092 (mon.1) 84 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' 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-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.437639+0000 mon.smithi090 (mon.0) 852 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.440408+0000 mon.smithi090 (mon.0) 853 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 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-11T13:06:19.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:18.444011+0000 mon.smithi092 (mon.1) 85 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:19.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 6.63 MB/sec execute 18 sec latency 11773.023 ms 2024-03-11T13:06:19.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:18.429947+0000 mgr.smithi092.ygxdfq (mgr.24401) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi092.rnpnqo 2024-03-11T13:06:19.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:18.436900+0000 mgr.smithi092.ygxdfq (mgr.24401) 60 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:06:20.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:18.429947+0000 mgr.smithi092.ygxdfq (mgr.24401) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi092.rnpnqo 2024-03-11T13:06:20.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:18.436900+0000 mgr.smithi092.ygxdfq (mgr.24401) 60 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:06:20.197 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 6.28 MB/sec execute 19 sec latency 12773.099 ms 2024-03-11T13:06:20.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:19.595306+0000 mgr.smithi092.ygxdfq (mgr.24401) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2024-03-11T13:06:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:19.595306+0000 mgr.smithi092.ygxdfq (mgr.24401) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2024-03-11T13:06:21.196 INFO:teuthology.orchestra.run.smithi090.stdout: 5 99757 5.96 MB/sec execute 20 sec latency 13773.145 ms 2024-03-11T13:06:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.314939+0000 mon.smithi092 (mon.1) 86 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.315396+0000 mon.smithi090 (mon.0) 854 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.319561+0000 mon.smithi090 (mon.0) 855 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.328816+0000 mon.smithi090 (mon.0) 856 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.90:0/294830075"}]: dispatch 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.375682+0000 mon.smithi092 (mon.1) 87 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.376337+0000 mon.smithi090 (mon.0) 857 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.380283+0000 mon.smithi090 (mon.0) 858 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:06:21.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:21.381613+0000 mon.smithi092 (mon.1) 88 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:22.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.314939+0000 mon.smithi092 (mon.1) 86 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:22.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.315396+0000 mon.smithi090 (mon.0) 854 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:06:22.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.319561+0000 mon.smithi090 (mon.0) 855 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:06:22.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.328816+0000 mon.smithi090 (mon.0) 856 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.90:0/294830075"}]: dispatch 2024-03-11T13:06:22.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.375682+0000 mon.smithi092 (mon.1) 87 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:22.033 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.376337+0000 mon.smithi090 (mon.0) 857 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:06:22.033 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.380283+0000 mon.smithi090 (mon.0) 858 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T13:06:22.033 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:21.381613+0000 mon.smithi092 (mon.1) 88 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:22.033 INFO:teuthology.orchestra.run.smithi090.stdout:[99590] open ./clients/client0/~dmtmp/PM/PMC180.TMP failed for handle 9746 (Stale file handle) 2024-03-11T13:06:22.033 INFO:teuthology.orchestra.run.smithi090.stdout:(99591) ERROR: handle 9746 was not found 2024-03-11T13:06:22.033 INFO:teuthology.orchestra.run.smithi090.stdout:Child failed with status 1 2024-03-11T13:06:22.033 INFO:teuthology.orchestra.run.smithi090.stdout:[99586] open ./clients/client2/~dmtmp/PM/PMC176.TMP failed for handle 9744 (Stale file handle) 2024-03-11T13:06:22.034 INFO:teuthology.orchestra.run.smithi090.stdout:(99587) ERROR: handle 9744 was not found 2024-03-11T13:06:22.034 INFO:teuthology.orchestra.run.smithi090.stdout:[99676] open ./clients/client3/~dmtmp/PM/PMC1A2.TMP failed for handle 9797 (Stale file handle) 2024-03-11T13:06:22.034 INFO:teuthology.orchestra.run.smithi090.stdout:[100348] open ./clients/client4/~dmtmp/PWRPNT/NEWTIPS.PPT failed for handle 10013 (Stale file handle) 2024-03-11T13:06:22.036 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-03-11T13:06:22.110 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-03-11T13:06:22.253 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:22.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:21.328545+0000 mds.foofs.smithi090.ptpmbq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14556 (172.21.15.90:0/294830075) 2024-03-11T13:06:22.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:21.333297+0000 mds.foofs.smithi090.ptpmbq (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14748 172.21.15.90:0/2142611338) 2024-03-11T13:06:22.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:21.375184+0000 mgr.smithi092.ygxdfq (mgr.24401) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:21.375316+0000 mgr.smithi092.ygxdfq (mgr.24401) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi092.rnpnqo-rgw 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:21.381105+0000 mgr.smithi092.ygxdfq (mgr.24401) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi092.rnpnqo's ganesha conf is defaulting to empty 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:21.382687+0000 mgr.smithi092.ygxdfq (mgr.24401) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi092.rnpnqo on smithi092 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:21.595767+0000 mgr.smithi092.ygxdfq (mgr.24401) 66 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 71 KiB/s wr, 6 op/s 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:22.321136+0000 mon.smithi090 (mon.0) 859 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.90:0/294830075"}]': finished 2024-03-11T13:06:22.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:22.321174+0000 mon.smithi090 (mon.0) 860 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:21.328545+0000 mds.foofs.smithi090.ptpmbq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14556 (172.21.15.90:0/294830075) 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:21.333297+0000 mds.foofs.smithi090.ptpmbq (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14748 172.21.15.90:0/2142611338) 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:21.375184+0000 mgr.smithi092.ygxdfq (mgr.24401) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:21.375316+0000 mgr.smithi092.ygxdfq (mgr.24401) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi092.rnpnqo-rgw 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:21.381105+0000 mgr.smithi092.ygxdfq (mgr.24401) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi092.rnpnqo's ganesha conf is defaulting to empty 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:21.382687+0000 mgr.smithi092.ygxdfq (mgr.24401) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi092.rnpnqo on smithi092 2024-03-11T13:06:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:21.595767+0000 mgr.smithi092.ygxdfq (mgr.24401) 66 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 71 KiB/s wr, 6 op/s 2024-03-11T13:06:23.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:22.321136+0000 mon.smithi090 (mon.0) 859 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.90:0/294830075"}]': finished 2024-03-11T13:06:23.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:22.321174+0000 mon.smithi090 (mon.0) 860 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-11T13:06:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:23.596100+0000 mgr.smithi092.ygxdfq (mgr.24401) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 85 KiB/s wr, 7 op/s 2024-03-11T13:06:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.278916+0000 mon.smithi090 (mon.0) 861 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.92:0/54865664"}]: dispatch 2024-03-11T13:06:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.385477+0000 mon.smithi090 (mon.0) 862 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.390860+0000 mon.smithi090 (mon.0) 863 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.406264+0000 mon.smithi090 (mon.0) 864 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.411698+0000 mon.smithi090 (mon.0) 865 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.508913+0000 mon.smithi092 (mon.1) 89 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:06:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:23.596100+0000 mgr.smithi092.ygxdfq (mgr.24401) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 85 KiB/s wr, 7 op/s 2024-03-11T13:06:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.278916+0000 mon.smithi090 (mon.0) 861 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.92:0/54865664"}]: dispatch 2024-03-11T13:06:25.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.385477+0000 mon.smithi090 (mon.0) 862 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.390860+0000 mon.smithi090 (mon.0) 863 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.406264+0000 mon.smithi090 (mon.0) 864 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.411698+0000 mon.smithi090 (mon.0) 865 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:25.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.508913+0000 mon.smithi092 (mon.1) 89 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:06:26.040 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:24.278674+0000 mds.foofs.smithi090.ptpmbq (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24331 (172.21.15.92:0/54865664) 2024-03-11T13:06:26.041 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:24.282172+0000 mds.foofs.smithi090.ptpmbq (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24511 172.21.15.92:0/1454961651) 2024-03-11T13:06:26.041 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:24.682811+0000 mon.smithi090 (mon.0) 866 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.92:0/54865664"}]': finished 2024-03-11T13:06:26.041 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:24.682878+0000 mon.smithi090 (mon.0) 867 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-11T13:06:26.077 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:24.278674+0000 mds.foofs.smithi090.ptpmbq (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24331 (172.21.15.92:0/54865664) 2024-03-11T13:06:26.077 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:24.282172+0000 mds.foofs.smithi090.ptpmbq (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24511 172.21.15.92:0/1454961651) 2024-03-11T13:06:26.077 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:24.682811+0000 mon.smithi090 (mon.0) 866 : audit [INF] from='mds.? [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418]' entity='mds.foofs.smithi090.ptpmbq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.92:0/54865664"}]': finished 2024-03-11T13:06:26.077 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:24.682878+0000 mon.smithi090 (mon.0) 867 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-11T13:06:26.961 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:25.596452+0000 mgr.smithi092.ygxdfq (mgr.24401) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 5.4 KiB/s wr, 5 op/s 2024-03-11T13:06:27.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:25.596452+0000 mgr.smithi092.ygxdfq (mgr.24401) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 5.4 KiB/s wr, 5 op/s 2024-03-11T13:06:27.293 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:29.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:27.596798+0000 mgr.smithi092.ygxdfq (mgr.24401) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 4.4 KiB/s wr, 2 op/s 2024-03-11T13:06:29.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:27.687307+0000 mon.smithi090 (mon.0) 868 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:27.596798+0000 mgr.smithi092.ygxdfq (mgr.24401) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 4.4 KiB/s wr, 2 op/s 2024-03-11T13:06:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:27.687307+0000 mon.smithi090 (mon.0) 868 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:30.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:28.736651+0000 mon.smithi090 (mon.0) 869 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:30.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:28.741256+0000 mon.smithi090 (mon.0) 870 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:28.736651+0000 mon.smithi090 (mon.0) 869 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:28.741256+0000 mon.smithi090 (mon.0) 870 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:29.597421+0000 mgr.smithi092.ygxdfq (mgr.24401) 70 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.0 KiB/s wr, 7 op/s 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.441475+0000 mon.smithi090 (mon.0) 871 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.447884+0000 mon.smithi090 (mon.0) 872 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.450162+0000 mon.smithi092 (mon.1) 90 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.451004+0000 mon.smithi092 (mon.1) 91 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.457482+0000 mon.smithi090 (mon.0) 873 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.467292+0000 mon.smithi090 (mon.0) 874 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.601703+0000 mon.smithi090 (mon.0) 875 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.607827+0000 mon.smithi090 (mon.0) 876 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.611415+0000 mon.smithi090 (mon.0) 877 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:30.617161+0000 mon.smithi090 (mon.0) 878 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:29.597421+0000 mgr.smithi092.ygxdfq (mgr.24401) 70 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.0 KiB/s wr, 7 op/s 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.441475+0000 mon.smithi090 (mon.0) 871 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.447884+0000 mon.smithi090 (mon.0) 872 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.450162+0000 mon.smithi092 (mon.1) 90 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.451004+0000 mon.smithi092 (mon.1) 91 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.457482+0000 mon.smithi090 (mon.0) 873 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.467292+0000 mon.smithi090 (mon.0) 874 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.601703+0000 mon.smithi090 (mon.0) 875 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.607827+0000 mon.smithi090 (mon.0) 876 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.611415+0000 mon.smithi090 (mon.0) 877 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:30.617161+0000 mon.smithi090 (mon.0) 878 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:06:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:30.618833+0000 mgr.smithi092.ygxdfq (mgr.24401) 71 : cephadm [INF] Reconfiguring alertmanager.smithi090 (dependencies changed)... 2024-03-11T13:06:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:06:30.626695+0000 mgr.smithi092.ygxdfq (mgr.24401) 72 : cephadm [INF] Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T13:06:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:30.618833+0000 mgr.smithi092.ygxdfq (mgr.24401) 71 : cephadm [INF] Reconfiguring alertmanager.smithi090 (dependencies changed)... 2024-03-11T13:06:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:06:30.626695+0000 mgr.smithi092.ygxdfq (mgr.24401) 72 : cephadm [INF] Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T13:06:32.339 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:31.597841+0000 mgr.smithi092.ygxdfq (mgr.24401) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 5.2 KiB/s wr, 6 op/s 2024-03-11T13:06:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:32.691407+0000 mon.smithi092 (mon.1) 92 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:31.597841+0000 mgr.smithi092.ygxdfq (mgr.24401) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 5.2 KiB/s wr, 6 op/s 2024-03-11T13:06:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:32.691407+0000 mon.smithi092 (mon.1) 92 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:35.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:33.598338+0000 mgr.smithi092.ygxdfq (mgr.24401) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.8 KiB/s wr, 6 op/s 2024-03-11T13:06:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:33.598338+0000 mgr.smithi092.ygxdfq (mgr.24401) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.8 KiB/s wr, 6 op/s 2024-03-11T13:06:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:35.599234+0000 mgr.smithi092.ygxdfq (mgr.24401) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-03-11T13:06:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:35.599234+0000 mgr.smithi092.ygxdfq (mgr.24401) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-03-11T13:06:37.376 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:39.007 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:06:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:37.599696+0000 mgr.smithi092.ygxdfq (mgr.24401) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-03-11T13:06:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:37.599696+0000 mgr.smithi092.ygxdfq (mgr.24401) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (7m) 9s ago 8m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (8m) 9s ago 8m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (7m) 10s ago 7m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (6m) 9s ago 8m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (3m) 9s ago 2m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (2m) 10s ago 2m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (10m) 9s ago 10m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (67s) 10s ago 7m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (10m) 9s ago 10m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (7m) 10s ago 7m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (21s) 9s ago 21s 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:06:39.708 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (15s) 10s ago 15s 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (8m) 9s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (7m) 10s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (6m) 9s ago 6m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (6m) 9s ago 6m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (6m) 9s ago 6m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (5m) 9s ago 5m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (5m) 10s ago 5m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (5m) 10s ago 5m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (4m) 10s ago 4m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (4m) 10s ago 4m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:06:39.709 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (6m) 9s ago 7m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:06:40.136 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:06:40.136 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:06:40.136 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:06:40.136 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:40.136 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:06:40.137 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:06:40.502 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:06:40.502 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:06:40.502 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:06:40.503 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:06:40.890 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:06:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:38.992162+0000 mgr.smithi092.ygxdfq (mgr.24401) 77 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:39.353999+0000 mgr.smithi092.ygxdfq (mgr.24401) 78 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:39.600499+0000 mgr.smithi092.ygxdfq (mgr.24401) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-03-11T13:06:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:39.695833+0000 mgr.smithi092.ygxdfq (mgr.24401) 80 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:40.134483+0000 mon.smithi090 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.90:0/2746913526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:06:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:38.992162+0000 mgr.smithi092.ygxdfq (mgr.24401) 77 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:39.353999+0000 mgr.smithi092.ygxdfq (mgr.24401) 78 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:39.600499+0000 mgr.smithi092.ygxdfq (mgr.24401) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-03-11T13:06:41.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:39.695833+0000 mgr.smithi092.ygxdfq (mgr.24401) 80 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:41.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:40.134483+0000 mon.smithi090 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.90:0/2746913526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:06:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:40.500333+0000 mgr.smithi092.ygxdfq (mgr.24401) 81 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:40.889040+0000 mon.smithi090 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.90:0/3927055793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:06:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:40.500333+0000 mgr.smithi092.ygxdfq (mgr.24401) 81 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:06:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:40.889040+0000 mon.smithi090 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.90:0/3927055793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:06:42.424 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:41.600975+0000 mgr.smithi092.ygxdfq (mgr.24401) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:06:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:41.600975+0000 mgr.smithi092.ygxdfq (mgr.24401) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:06:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:43.601422+0000 mgr.smithi092.ygxdfq (mgr.24401) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:06:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:43.601422+0000 mgr.smithi092.ygxdfq (mgr.24401) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:06:47.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:45.602133+0000 mgr.smithi092.ygxdfq (mgr.24401) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:06:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:45.602133+0000 mgr.smithi092.ygxdfq (mgr.24401) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:06:47.476 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:48.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:06:47.691627+0000 mon.smithi092 (mon.1) 93 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:06:47.691627+0000 mon.smithi092 (mon.1) 93 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:06:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:47.602536+0000 mgr.smithi092.ygxdfq (mgr.24401) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:47.602536+0000 mgr.smithi092.ygxdfq (mgr.24401) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:51.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:49.603369+0000 mgr.smithi092.ygxdfq (mgr.24401) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:06:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:49.603369+0000 mgr.smithi092.ygxdfq (mgr.24401) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:06:52.514 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:51.603751+0000 mgr.smithi092.ygxdfq (mgr.24401) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:51.603751+0000 mgr.smithi092.ygxdfq (mgr.24401) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:53.604229+0000 mgr.smithi092.ygxdfq (mgr.24401) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:53.604229+0000 mgr.smithi092.ygxdfq (mgr.24401) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:57.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:55.604992+0000 mgr.smithi092.ygxdfq (mgr.24401) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:06:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:55.604992+0000 mgr.smithi092.ygxdfq (mgr.24401) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:06:57.555 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:06:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:06:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:57.605381+0000 mgr.smithi092.ygxdfq (mgr.24401) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:06:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:06:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:57.605381+0000 mgr.smithi092.ygxdfq (mgr.24401) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:06:59.606148+0000 mgr.smithi092.ygxdfq (mgr.24401) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:06:59.606148+0000 mgr.smithi092.ygxdfq (mgr.24401) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:02.593 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:01.606536+0000 mgr.smithi092.ygxdfq (mgr.24401) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:02.691857+0000 mon.smithi092 (mon.1) 94 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:01.606536+0000 mgr.smithi092.ygxdfq (mgr.24401) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:02.691857+0000 mon.smithi092 (mon.1) 94 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:03.606943+0000 mgr.smithi092.ygxdfq (mgr.24401) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:03.606943+0000 mgr.smithi092.ygxdfq (mgr.24401) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:05.607614+0000 mgr.smithi092.ygxdfq (mgr.24401) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:05.607614+0000 mgr.smithi092.ygxdfq (mgr.24401) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:07.635 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:07.608030+0000 mgr.smithi092.ygxdfq (mgr.24401) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:07.608030+0000 mgr.smithi092.ygxdfq (mgr.24401) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:09.608781+0000 mgr.smithi092.ygxdfq (mgr.24401) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:09.608781+0000 mgr.smithi092.ygxdfq (mgr.24401) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:11.244 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:07:11.874 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (7m) 41s ago 9m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (9m) 41s ago 9m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (8m) 43s ago 8m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (7m) 41s ago 8m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (3m) 41s ago 3m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (3m) 43s ago 3m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (10m) 41s ago 10m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (99s) 43s ago 8m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (10m) 41s ago 10m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (8m) 43s ago 8m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (53s) 41s ago 53s 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (48s) 43s ago 47s 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:07:11.875 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (8m) 41s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (7m) 43s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (7m) 41s ago 7m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (7m) 41s ago 7m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (6m) 41s ago 6m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (6m) 41s ago 6m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (6m) 43s ago 6m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (5m) 43s ago 5m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (5m) 43s ago 5m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (5m) 43s ago 5m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:07:11.876 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (7m) 41s ago 8m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:07:12.255 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:07:12.256 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:07:12.257 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:07:12.583 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:07:12.583 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:07:12.584 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:07:12.676 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:12.969 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:07:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:11.228683+0000 mgr.smithi092.ygxdfq (mgr.24401) 97 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:13.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:11.549557+0000 mgr.smithi092.ygxdfq (mgr.24401) 98 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:13.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:11.609283+0000 mgr.smithi092.ygxdfq (mgr.24401) 99 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:13.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:12.253955+0000 mon.smithi090 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.90:0/4257725540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:07:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:11.228683+0000 mgr.smithi092.ygxdfq (mgr.24401) 97 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:11.549557+0000 mgr.smithi092.ygxdfq (mgr.24401) 98 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:11.609283+0000 mgr.smithi092.ygxdfq (mgr.24401) 99 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:12.253955+0000 mon.smithi090 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.90:0/4257725540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:07:14.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:11.862215+0000 mgr.smithi092.ygxdfq (mgr.24401) 100 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:14.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:12.581444+0000 mgr.smithi092.ygxdfq (mgr.24401) 101 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:14.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:12.967346+0000 mon.smithi090 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.90:0/3305224469' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:07:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:11.862215+0000 mgr.smithi092.ygxdfq (mgr.24401) 100 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:12.581444+0000 mgr.smithi092.ygxdfq (mgr.24401) 101 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:12.967346+0000 mon.smithi090 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.90:0/3305224469' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:07:15.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:13.609781+0000 mgr.smithi092.ygxdfq (mgr.24401) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:13.609781+0000 mgr.smithi092.ygxdfq (mgr.24401) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:15.610702+0000 mgr.smithi092.ygxdfq (mgr.24401) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:17.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:15.610702+0000 mgr.smithi092.ygxdfq (mgr.24401) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:17.723 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:17.692059+0000 mon.smithi092 (mon.1) 95 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:17.692059+0000 mon.smithi092 (mon.1) 95 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:17.611066+0000 mgr.smithi092.ygxdfq (mgr.24401) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:19.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:17.611066+0000 mgr.smithi092.ygxdfq (mgr.24401) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:18.850851+0000 mon.smithi090 (mon.0) 883 : cluster [DBG] mgrmap e29: smithi092.ygxdfq(active, since 92s), standbys: smithi090.wjxbir 2024-03-11T13:07:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:19.611926+0000 mgr.smithi092.ygxdfq (mgr.24401) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T13:07:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:18.850851+0000 mon.smithi090 (mon.0) 883 : cluster [DBG] mgrmap e29: smithi092.ygxdfq(active, since 92s), standbys: smithi090.wjxbir 2024-03-11T13:07:20.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:19.611926+0000 mgr.smithi092.ygxdfq (mgr.24401) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T13:07:22.767 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:22.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:21.612356+0000 mgr.smithi092.ygxdfq (mgr.24401) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:21.612356+0000 mgr.smithi092.ygxdfq (mgr.24401) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:23.612714+0000 mgr.smithi092.ygxdfq (mgr.24401) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:23.612714+0000 mgr.smithi092.ygxdfq (mgr.24401) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:25.613427+0000 mgr.smithi092.ygxdfq (mgr.24401) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:07:27.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:25.613427+0000 mgr.smithi092.ygxdfq (mgr.24401) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:07:27.811 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:29.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:27.613998+0000 mgr.smithi092.ygxdfq (mgr.24401) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:27.613998+0000 mgr.smithi092.ygxdfq (mgr.24401) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:07:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:29.614837+0000 mgr.smithi092.ygxdfq (mgr.24401) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T13:07:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:29.614837+0000 mgr.smithi092.ygxdfq (mgr.24401) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T13:07:32.849 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:31.615198+0000 mgr.smithi092.ygxdfq (mgr.24401) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:32.692510+0000 mon.smithi092 (mon.1) 96 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:31.615198+0000 mgr.smithi092.ygxdfq (mgr.24401) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:32.692510+0000 mon.smithi092 (mon.1) 96 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:35.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:33.615619+0000 mgr.smithi092.ygxdfq (mgr.24401) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:33.615619+0000 mgr.smithi092.ygxdfq (mgr.24401) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:35.616312+0000 mgr.smithi092.ygxdfq (mgr.24401) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:35.616312+0000 mgr.smithi092.ygxdfq (mgr.24401) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:37.892 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:37.616888+0000 mgr.smithi092.ygxdfq (mgr.24401) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:37.616888+0000 mgr.smithi092.ygxdfq (mgr.24401) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:41.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:39.617694+0000 mgr.smithi092.ygxdfq (mgr.24401) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:39.617694+0000 mgr.smithi092.ygxdfq (mgr.24401) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:42.924 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:41.618234+0000 mgr.smithi092.ygxdfq (mgr.24401) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:41.618234+0000 mgr.smithi092.ygxdfq (mgr.24401) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:43.308 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:07:43.944 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:07:43.944 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (8m) 73s ago 9m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (9m) 73s ago 9m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (8m) 75s ago 8m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (7m) 73s ago 9m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (4m) 73s ago 4m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (4m) 75s ago 4m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (11m) 73s ago 11m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (2m) 75s ago 8m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (11m) 73s ago 11m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (8m) 75s ago 8m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (86s) 73s ago 85s 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (80s) 75s ago 79s 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (9m) 73s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (8m) 75s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (8m) 73s ago 8m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:07:43.945 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (7m) 73s ago 7m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (7m) 73s ago 7m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (6m) 73s ago 6m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (6m) 75s ago 6m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (6m) 75s ago 6m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (5m) 75s ago 5m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (5m) 75s ago 5m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:07:43.946 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (7m) 73s ago 8m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:07:44.333 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:44.334 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:07:44.335 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:07:44.655 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:07:45.035 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:07:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:43.294499+0000 mgr.smithi092.ygxdfq (mgr.24401) 117 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:43.618908+0000 mgr.smithi092.ygxdfq (mgr.24401) 118 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:43.619152+0000 mgr.smithi092.ygxdfq (mgr.24401) 119 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:44.332105+0000 mon.smithi090 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.90:0/1819247810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:07:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:43.294499+0000 mgr.smithi092.ygxdfq (mgr.24401) 117 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:43.618908+0000 mgr.smithi092.ygxdfq (mgr.24401) 118 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:43.619152+0000 mgr.smithi092.ygxdfq (mgr.24401) 119 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:44.332105+0000 mon.smithi090 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.90:0/1819247810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:07:46.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:43.932796+0000 mgr.smithi092.ygxdfq (mgr.24401) 120 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:46.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:44.652957+0000 mgr.smithi092.ygxdfq (mgr.24401) 121 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:46.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:45.034268+0000 mon.smithi090 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.90:0/1994250497' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:07:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:43.932796+0000 mgr.smithi092.ygxdfq (mgr.24401) 120 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:44.652957+0000 mgr.smithi092.ygxdfq (mgr.24401) 121 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:07:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:45.034268+0000 mon.smithi090 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.90:0/1994250497' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:07:47.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:45.619767+0000 mgr.smithi092.ygxdfq (mgr.24401) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:47.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:45.619767+0000 mgr.smithi092.ygxdfq (mgr.24401) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:47.971 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:48.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:07:47.697057+0000 mon.smithi092 (mon.1) 97 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:07:47.697057+0000 mon.smithi092 (mon.1) 97 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:07:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:47.620211+0000 mgr.smithi092.ygxdfq (mgr.24401) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:47.620211+0000 mgr.smithi092.ygxdfq (mgr.24401) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:51.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:49.620874+0000 mgr.smithi092.ygxdfq (mgr.24401) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:49.620874+0000 mgr.smithi092.ygxdfq (mgr.24401) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:53.004 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:51.621385+0000 mgr.smithi092.ygxdfq (mgr.24401) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:51.621385+0000 mgr.smithi092.ygxdfq (mgr.24401) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:53.621858+0000 mgr.smithi092.ygxdfq (mgr.24401) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:53.621858+0000 mgr.smithi092.ygxdfq (mgr.24401) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:55.622420+0000 mgr.smithi092.ygxdfq (mgr.24401) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:55.622420+0000 mgr.smithi092.ygxdfq (mgr.24401) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:07:58.049 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:07:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:07:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:57.622775+0000 mgr.smithi092.ygxdfq (mgr.24401) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:07:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:07:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:57.622775+0000 mgr.smithi092.ygxdfq (mgr.24401) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:07:59.623498+0000 mgr.smithi092.ygxdfq (mgr.24401) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:07:59.623498+0000 mgr.smithi092.ygxdfq (mgr.24401) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:03.084 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:01.623962+0000 mgr.smithi092.ygxdfq (mgr.24401) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:02.697408+0000 mon.smithi092 (mon.1) 98 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:01.623962+0000 mgr.smithi092.ygxdfq (mgr.24401) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:02.697408+0000 mon.smithi092 (mon.1) 98 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:05.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:03.624600+0000 mgr.smithi092.ygxdfq (mgr.24401) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:03.624600+0000 mgr.smithi092.ygxdfq (mgr.24401) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:05.625182+0000 mgr.smithi092.ygxdfq (mgr.24401) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:05.625182+0000 mgr.smithi092.ygxdfq (mgr.24401) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:08.120 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:07.625678+0000 mgr.smithi092.ygxdfq (mgr.24401) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:07.625678+0000 mgr.smithi092.ygxdfq (mgr.24401) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:09.626492+0000 mgr.smithi092.ygxdfq (mgr.24401) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:09.626492+0000 mgr.smithi092.ygxdfq (mgr.24401) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:11.626982+0000 mgr.smithi092.ygxdfq (mgr.24401) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:13.157 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:11.626982+0000 mgr.smithi092.ygxdfq (mgr.24401) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:13.627563+0000 mgr.smithi092.ygxdfq (mgr.24401) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:13.627563+0000 mgr.smithi092.ygxdfq (mgr.24401) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:15.382 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:08:16.012 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:08:16.012 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (8m) 105s ago 10m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:08:16.012 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (10m) 105s ago 10m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (9m) 107s ago 9m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (8m) 105s ago 9m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (4m) 105s ago 4m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (4m) 107s ago 4m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (11m) 105s ago 11m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (2m) 107s ago 9m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (11m) 105s ago 11m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (9m) 107s ago 9m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (118s) 105s ago 117s 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (112s) 107s ago 111s 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (9m) 105s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (8m) 107s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (8m) 105s ago 8m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:08:16.013 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (8m) 105s ago 8m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (7m) 105s ago 7m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (7m) 105s ago 7m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (7m) 107s ago 7m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (6m) 107s ago 6m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (6m) 107s ago 6m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (6m) 107s ago 6m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:08:16.014 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (8m) 105s ago 9m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:08:16.396 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:08:16.397 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:08:16.714 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:08:16.715 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:08:17.093 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:08:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:15.367817+0000 mgr.smithi092.ygxdfq (mgr.24401) 137 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:15.628070+0000 mgr.smithi092.ygxdfq (mgr.24401) 138 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:15.689858+0000 mgr.smithi092.ygxdfq (mgr.24401) 139 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:16.394253+0000 mon.smithi090 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.90:0/2781284438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:08:17.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:15.367817+0000 mgr.smithi092.ygxdfq (mgr.24401) 137 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:17.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:15.628070+0000 mgr.smithi092.ygxdfq (mgr.24401) 138 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:17.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:15.689858+0000 mgr.smithi092.ygxdfq (mgr.24401) 139 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:17.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:16.394253+0000 mon.smithi090 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.90:0/2781284438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:08:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:16.000082+0000 mgr.smithi092.ygxdfq (mgr.24401) 140 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:16.712770+0000 mgr.smithi092.ygxdfq (mgr.24401) 141 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:17.091752+0000 mon.smithi090 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.90:0/3183814693' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:08:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:17.697812+0000 mon.smithi092 (mon.1) 99 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:16.000082+0000 mgr.smithi092.ygxdfq (mgr.24401) 140 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:16.712770+0000 mgr.smithi092.ygxdfq (mgr.24401) 141 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:17.091752+0000 mon.smithi090 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.90:0/3183814693' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:08:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:17.697812+0000 mon.smithi092 (mon.1) 99 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:18.194 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:19.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:17.628421+0000 mgr.smithi092.ygxdfq (mgr.24401) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:17.628421+0000 mgr.smithi092.ygxdfq (mgr.24401) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:19.629183+0000 mgr.smithi092.ygxdfq (mgr.24401) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:19.629183+0000 mgr.smithi092.ygxdfq (mgr.24401) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:23.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:21.629716+0000 mgr.smithi092.ygxdfq (mgr.24401) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:21.629716+0000 mgr.smithi092.ygxdfq (mgr.24401) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:23.229 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:25.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:23.630635+0000 mgr.smithi092.ygxdfq (mgr.24401) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:23.630635+0000 mgr.smithi092.ygxdfq (mgr.24401) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:25.631048+0000 mgr.smithi092.ygxdfq (mgr.24401) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:27.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:25.631048+0000 mgr.smithi092.ygxdfq (mgr.24401) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:28.266 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:29.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:27.631588+0000 mgr.smithi092.ygxdfq (mgr.24401) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:27.631588+0000 mgr.smithi092.ygxdfq (mgr.24401) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:29.632303+0000 mgr.smithi092.ygxdfq (mgr.24401) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:29.632303+0000 mgr.smithi092.ygxdfq (mgr.24401) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:31.632741+0000 mgr.smithi092.ygxdfq (mgr.24401) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:32.698077+0000 mon.smithi092 (mon.1) 100 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:31.632741+0000 mgr.smithi092.ygxdfq (mgr.24401) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:32.698077+0000 mon.smithi092 (mon.1) 100 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:33.302 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:35.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:33.633397+0000 mgr.smithi092.ygxdfq (mgr.24401) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:33.633397+0000 mgr.smithi092.ygxdfq (mgr.24401) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:35.633925+0000 mgr.smithi092.ygxdfq (mgr.24401) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:35.633925+0000 mgr.smithi092.ygxdfq (mgr.24401) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:38.332 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:37.634353+0000 mgr.smithi092.ygxdfq (mgr.24401) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:37.634353+0000 mgr.smithi092.ygxdfq (mgr.24401) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:39.635115+0000 mgr.smithi092.ygxdfq (mgr.24401) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:39.635115+0000 mgr.smithi092.ygxdfq (mgr.24401) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:41.635524+0000 mgr.smithi092.ygxdfq (mgr.24401) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:41.635524+0000 mgr.smithi092.ygxdfq (mgr.24401) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:43.380 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:43.636417+0000 mgr.smithi092.ygxdfq (mgr.24401) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:43.636417+0000 mgr.smithi092.ygxdfq (mgr.24401) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:47.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:45.636968+0000 mgr.smithi092.ygxdfq (mgr.24401) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:45.636968+0000 mgr.smithi092.ygxdfq (mgr.24401) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:47.434 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (9m) 2m ago 10m 21.5M - 0.20.0 0881eb8f169f 36ef35994bed 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (10m) 2m ago 10m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (9m) 2m ago 9m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (8m) 2m ago 10m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (5m) 2m ago 5m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (5m) 2m ago 5m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (3m) 2m ago 9m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (12m) 2m ago 12m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (9m) 2m ago 9m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:08:48.067 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (2m) 2m ago 2m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (2m) 2m ago 2m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (9m) 2m ago 9m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (9m) 2m ago 9m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (8m) 2m ago 8m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (8m) 2m ago 8m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (7m) 2m ago 7m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (7m) 2m ago 7m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (7m) 2m ago 7m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (6m) 2m ago 6m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (6m) 2m ago 6m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:08:48.068 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (8m) 2m ago 9m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:08:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:47.698425+0000 mon.smithi092 (mon.1) 101 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:47.698425+0000 mon.smithi092 (mon.1) 101 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:08:48.431 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:08:48.454 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:08:48.455 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:08:48.774 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:08:48.775 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:08:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:47.420606+0000 mgr.smithi092.ygxdfq (mgr.24401) 157 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:47.637385+0000 mgr.smithi092.ygxdfq (mgr.24401) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:47.745248+0000 mgr.smithi092.ygxdfq (mgr.24401) 159 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:48.452283+0000 mon.smithi090 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.90:0/1167715278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:08:49.153 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:08:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:47.420606+0000 mgr.smithi092.ygxdfq (mgr.24401) 157 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:47.637385+0000 mgr.smithi092.ygxdfq (mgr.24401) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:47.745248+0000 mgr.smithi092.ygxdfq (mgr.24401) 159 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:48.452283+0000 mon.smithi090 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.90:0/1167715278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:08:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:48.054901+0000 mgr.smithi092.ygxdfq (mgr.24401) 160 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:48.772779+0000 mgr.smithi092.ygxdfq (mgr.24401) 161 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:49.151843+0000 mon.smithi090 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.90:0/3986769079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:08:50.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:48.054901+0000 mgr.smithi092.ygxdfq (mgr.24401) 160 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:50.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:48.772779+0000 mgr.smithi092.ygxdfq (mgr.24401) 161 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:08:50.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:49.151843+0000 mon.smithi090 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.90:0/3986769079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:08:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:49.638100+0000 mgr.smithi092.ygxdfq (mgr.24401) 162 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:49.638100+0000 mgr.smithi092.ygxdfq (mgr.24401) 162 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:51.638625+0000 mgr.smithi092.ygxdfq (mgr.24401) 163 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:51.638625+0000 mgr.smithi092.ygxdfq (mgr.24401) 163 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:53.473 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:53.639521+0000 mgr.smithi092.ygxdfq (mgr.24401) 164 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:53.995914+0000 mon.smithi090 (mon.0) 890 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:54.001483+0000 mon.smithi090 (mon.0) 891 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:54.111389+0000 mon.smithi090 (mon.0) 892 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:54.115539+0000 mon.smithi090 (mon.0) 893 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:54.118548+0000 mon.smithi092 (mon.1) 102 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:53.639521+0000 mgr.smithi092.ygxdfq (mgr.24401) 164 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:53.995914+0000 mon.smithi090 (mon.0) 890 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:54.001483+0000 mon.smithi090 (mon.0) 891 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:54.111389+0000 mon.smithi090 (mon.0) 892 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:54.115539+0000 mon.smithi090 (mon.0) 893 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:08:55.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:54.118548+0000 mon.smithi092 (mon.1) 102 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T13:08:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:08:54.048146+0000 mgr.smithi092.ygxdfq (mgr.24401) 165 : cephadm [INF] Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T13:08:56.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:08:54.056947+0000 mgr.smithi092.ygxdfq (mgr.24401) 166 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T13:08:56.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:08:54.118921+0000 mgr.smithi092.ygxdfq (mgr.24401) 167 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T13:08:56.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:08:54.120842+0000 mgr.smithi092.ygxdfq (mgr.24401) 168 : cephadm [INF] Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T13:08:56.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:55.639950+0000 mgr.smithi092.ygxdfq (mgr.24401) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:08:54.048146+0000 mgr.smithi092.ygxdfq (mgr.24401) 165 : cephadm [INF] Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T13:08:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:08:54.056947+0000 mgr.smithi092.ygxdfq (mgr.24401) 166 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T13:08:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:08:54.118921+0000 mgr.smithi092.ygxdfq (mgr.24401) 167 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T13:08:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:08:54.120842+0000 mgr.smithi092.ygxdfq (mgr.24401) 168 : cephadm [INF] Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T13:08:56.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:55.639950+0000 mgr.smithi092.ygxdfq (mgr.24401) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:58.509 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:08:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:08:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:57.640568+0000 mgr.smithi092.ygxdfq (mgr.24401) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:08:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:08:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:57.640568+0000 mgr.smithi092.ygxdfq (mgr.24401) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:08:59.641248+0000 mgr.smithi092.ygxdfq (mgr.24401) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:08:59.641248+0000 mgr.smithi092.ygxdfq (mgr.24401) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:01.641790+0000 mgr.smithi092.ygxdfq (mgr.24401) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:02.698669+0000 mon.smithi092 (mon.1) 103 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:01.641790+0000 mgr.smithi092.ygxdfq (mgr.24401) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:02.698669+0000 mon.smithi092 (mon.1) 103 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:03.557 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:03.642658+0000 mgr.smithi092.ygxdfq (mgr.24401) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:03.642658+0000 mgr.smithi092.ygxdfq (mgr.24401) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:05.643072+0000 mgr.smithi092.ygxdfq (mgr.24401) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:05.643072+0000 mgr.smithi092.ygxdfq (mgr.24401) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:08.604 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:09.077 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:07.643585+0000 mgr.smithi092.ygxdfq (mgr.24401) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:07.643585+0000 mgr.smithi092.ygxdfq (mgr.24401) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:09.644442+0000 mgr.smithi092.ygxdfq (mgr.24401) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:09.644442+0000 mgr.smithi092.ygxdfq (mgr.24401) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:11.645010+0000 mgr.smithi092.ygxdfq (mgr.24401) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:11.645010+0000 mgr.smithi092.ygxdfq (mgr.24401) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:13.647 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:15.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:13.645616+0000 mgr.smithi092.ygxdfq (mgr.24401) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:13.645616+0000 mgr.smithi092.ygxdfq (mgr.24401) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:15.646248+0000 mgr.smithi092.ygxdfq (mgr.24401) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:17.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:15.646248+0000 mgr.smithi092.ygxdfq (mgr.24401) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:17.699097+0000 mon.smithi092 (mon.1) 104 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:17.699097+0000 mon.smithi092 (mon.1) 104 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:18.699 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:17.646737+0000 mgr.smithi092.ygxdfq (mgr.24401) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:17.646737+0000 mgr.smithi092.ygxdfq (mgr.24401) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:19.504 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:09:20.134 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:09:20.135 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:09:20.135 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (11m) 2m ago 11m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:09:20.135 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (10m) 2m ago 10m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:09:20.135 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (9m) 2m ago 10m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:09:20.135 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (5m) 2m ago 5m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:09:20.136 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (5m) 2m ago 5m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:09:20.136 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:09:20.136 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (3m) 2m ago 10m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:09:20.136 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (12m) 2m ago 12m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:09:20.137 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (10m) 2m ago 10m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:09:20.137 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (3m) 2m ago 3m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:09:20.137 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (2m) 2m ago 2m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:09:20.137 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:09:20.137 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (9m) 2m ago 9m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (9m) 2m ago 9m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (9m) 2m ago 9m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (8m) 2m ago 8m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (8m) 2m ago 8m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (8m) 2m ago 8m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:09:20.138 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (7m) 2m ago 7m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:09:20.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (7m) 2m ago 7m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:09:20.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (7m) 2m ago 7m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:09:20.139 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (9m) 2m ago 10m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:09:20.516 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:09:20.517 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:09:20.835 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:09:20.835 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:09:20.835 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:09:20.835 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:09:20.836 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:09:20.836 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:09:20.836 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:09:20.836 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:09:20.836 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:09:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:19.489098+0000 mgr.smithi092.ygxdfq (mgr.24401) 181 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:19.647545+0000 mgr.smithi092.ygxdfq (mgr.24401) 182 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:19.809335+0000 mgr.smithi092.ygxdfq (mgr.24401) 183 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:20.514298+0000 mon.smithi090 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.90:0/653334647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:09:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:19.489098+0000 mgr.smithi092.ygxdfq (mgr.24401) 181 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:19.647545+0000 mgr.smithi092.ygxdfq (mgr.24401) 182 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:19.809335+0000 mgr.smithi092.ygxdfq (mgr.24401) 183 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:20.514298+0000 mon.smithi090 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.90:0/653334647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:09:21.214 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:09:22.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:20.122511+0000 mgr.smithi092.ygxdfq (mgr.24401) 184 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:22.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:20.833356+0000 mgr.smithi092.ygxdfq (mgr.24401) 185 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:22.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:21.213329+0000 mon.smithi090 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.90:0/4220707953' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:09:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:20.122511+0000 mgr.smithi092.ygxdfq (mgr.24401) 184 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:20.833356+0000 mgr.smithi092.ygxdfq (mgr.24401) 185 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:21.213329+0000 mon.smithi090 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.90:0/4220707953' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:09:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:21.648060+0000 mgr.smithi092.ygxdfq (mgr.24401) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:21.648060+0000 mgr.smithi092.ygxdfq (mgr.24401) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:23.741 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:23.648882+0000 mgr.smithi092.ygxdfq (mgr.24401) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:23.648882+0000 mgr.smithi092.ygxdfq (mgr.24401) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:25.649321+0000 mgr.smithi092.ygxdfq (mgr.24401) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:27.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:25.649321+0000 mgr.smithi092.ygxdfq (mgr.24401) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:28.785 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:27.649856+0000 mgr.smithi092.ygxdfq (mgr.24401) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:27.649856+0000 mgr.smithi092.ygxdfq (mgr.24401) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:09:31.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:29.650648+0000 mgr.smithi092.ygxdfq (mgr.24401) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:29.650648+0000 mgr.smithi092.ygxdfq (mgr.24401) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:31.651147+0000 mgr.smithi092.ygxdfq (mgr.24401) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:32.699185+0000 mon.smithi092 (mon.1) 105 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:31.651147+0000 mgr.smithi092.ygxdfq (mgr.24401) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:32.699185+0000 mon.smithi092 (mon.1) 105 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:33.833 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:33.651841+0000 mgr.smithi092.ygxdfq (mgr.24401) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:33.651841+0000 mgr.smithi092.ygxdfq (mgr.24401) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:35.652213+0000 mgr.smithi092.ygxdfq (mgr.24401) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:35.652213+0000 mgr.smithi092.ygxdfq (mgr.24401) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:38.865 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:37.652672+0000 mgr.smithi092.ygxdfq (mgr.24401) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:37.652672+0000 mgr.smithi092.ygxdfq (mgr.24401) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:39.653580+0000 mgr.smithi092.ygxdfq (mgr.24401) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:39.653580+0000 mgr.smithi092.ygxdfq (mgr.24401) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:41.654111+0000 mgr.smithi092.ygxdfq (mgr.24401) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:41.654111+0000 mgr.smithi092.ygxdfq (mgr.24401) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:43.909 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:45.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:43.654729+0000 mgr.smithi092.ygxdfq (mgr.24401) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:43.654729+0000 mgr.smithi092.ygxdfq (mgr.24401) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:45.655192+0000 mgr.smithi092.ygxdfq (mgr.24401) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:45.655192+0000 mgr.smithi092.ygxdfq (mgr.24401) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:47.699389+0000 mon.smithi092 (mon.1) 106 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:47.699389+0000 mon.smithi092 (mon.1) 106 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:09:48.945 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:47.655699+0000 mgr.smithi092.ygxdfq (mgr.24401) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:47.655699+0000 mgr.smithi092.ygxdfq (mgr.24401) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:49.656409+0000 mgr.smithi092.ygxdfq (mgr.24401) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:49.656409+0000 mgr.smithi092.ygxdfq (mgr.24401) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:51.565 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:09:52.192 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:09:52.192 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (10m) 3m ago 10m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (10m) 3m ago 11m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (6m) 3m ago 6m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (6m) 3m ago 6m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (4m) 3m ago 10m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (13m) 3m ago 13m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (10m) 3m ago 10m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (3m) 3m ago 3m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (3m) 3m ago 3m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (10m) 3m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:09:52.193 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (10m) 3m ago 10m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (9m) 3m ago 9m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (9m) 3m ago 9m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (8m) 3m ago 8m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (8m) 3m ago 8m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (8m) 3m ago 8m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (8m) 3m ago 8m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (7m) 3m ago 7m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:09:52.194 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (9m) 3m ago 11m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:09:52.570 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:09:52.571 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:09:52.890 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:09:52.891 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:09:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:51.549684+0000 mgr.smithi092.ygxdfq (mgr.24401) 201 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:51.656812+0000 mgr.smithi092.ygxdfq (mgr.24401) 202 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:53.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:52.568619+0000 mon.smithi090 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.90:0/1822633838' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:09:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:51.549684+0000 mgr.smithi092.ygxdfq (mgr.24401) 201 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:51.656812+0000 mgr.smithi092.ygxdfq (mgr.24401) 202 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:52.568619+0000 mon.smithi090 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.90:0/1822633838' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:09:53.274 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:09:53.996 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:51.870364+0000 mgr.smithi092.ygxdfq (mgr.24401) 203 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:52.181050+0000 mgr.smithi092.ygxdfq (mgr.24401) 204 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:54.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:53.273459+0000 mon.smithi090 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.90:0/751987313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:09:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:51.870364+0000 mgr.smithi092.ygxdfq (mgr.24401) 203 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:52.181050+0000 mgr.smithi092.ygxdfq (mgr.24401) 204 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:53.273459+0000 mon.smithi090 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.90:0/751987313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:09:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:09:52.888984+0000 mgr.smithi092.ygxdfq (mgr.24401) 205 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:53.657522+0000 mgr.smithi092.ygxdfq (mgr.24401) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:09:52.888984+0000 mgr.smithi092.ygxdfq (mgr.24401) 205 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:09:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:53.657522+0000 mgr.smithi092.ygxdfq (mgr.24401) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:09:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:55.657922+0000 mgr.smithi092.ygxdfq (mgr.24401) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:55.657922+0000 mgr.smithi092.ygxdfq (mgr.24401) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:59.037 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:09:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:09:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:57.658413+0000 mgr.smithi092.ygxdfq (mgr.24401) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:09:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:09:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:57.658413+0000 mgr.smithi092.ygxdfq (mgr.24401) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:09:59.659118+0000 mgr.smithi092.ygxdfq (mgr.24401) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:00.000123+0000 mon.smithi090 (mon.0) 898 : cluster [INF] overall HEALTH_OK 2024-03-11T13:10:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:09:59.659118+0000 mgr.smithi092.ygxdfq (mgr.24401) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:00.000123+0000 mon.smithi090 (mon.0) 898 : cluster [INF] overall HEALTH_OK 2024-03-11T13:10:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:01.659667+0000 mgr.smithi092.ygxdfq (mgr.24401) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:02.699736+0000 mon.smithi092 (mon.1) 107 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:01.659667+0000 mgr.smithi092.ygxdfq (mgr.24401) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:02.699736+0000 mon.smithi092 (mon.1) 107 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:04.076 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:03.660279+0000 mgr.smithi092.ygxdfq (mgr.24401) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:03.660279+0000 mgr.smithi092.ygxdfq (mgr.24401) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:05.660866+0000 mgr.smithi092.ygxdfq (mgr.24401) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:05.660866+0000 mgr.smithi092.ygxdfq (mgr.24401) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:07.661207+0000 mgr.smithi092.ygxdfq (mgr.24401) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:09.123 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:07.661207+0000 mgr.smithi092.ygxdfq (mgr.24401) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:09.661980+0000 mgr.smithi092.ygxdfq (mgr.24401) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:09.661980+0000 mgr.smithi092.ygxdfq (mgr.24401) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:11.662401+0000 mgr.smithi092.ygxdfq (mgr.24401) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:11.662401+0000 mgr.smithi092.ygxdfq (mgr.24401) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:14.172 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:13.662966+0000 mgr.smithi092.ygxdfq (mgr.24401) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:13.662966+0000 mgr.smithi092.ygxdfq (mgr.24401) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:17.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:15.663455+0000 mgr.smithi092.ygxdfq (mgr.24401) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:17.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:15.663455+0000 mgr.smithi092.ygxdfq (mgr.24401) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:17.699918+0000 mon.smithi092 (mon.1) 108 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:17.699918+0000 mon.smithi092 (mon.1) 108 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:17.663887+0000 mgr.smithi092.ygxdfq (mgr.24401) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:19.210 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:17.663887+0000 mgr.smithi092.ygxdfq (mgr.24401) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:19.664545+0000 mgr.smithi092.ygxdfq (mgr.24401) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:19.664545+0000 mgr.smithi092.ygxdfq (mgr.24401) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:21.664969+0000 mgr.smithi092.ygxdfq (mgr.24401) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:23.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:21.664969+0000 mgr.smithi092.ygxdfq (mgr.24401) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:23.623 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:10:24.242 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (12m) 3m ago 12m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (10m) 3m ago 12m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:10:24.258 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (6m) 3m ago 6m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (6m) 3m ago 6m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (4m) 3m ago 11m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (13m) 3m ago 13m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (11m) 3m ago 11m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (4m) 3m ago 4m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (4m) 3m ago 3m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (10m) 3m ago 10m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (10m) 3m ago 10m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (9m) 3m ago 9m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:10:24.259 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (9m) 3m ago 9m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:10:24.260 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (9m) 3m ago 9m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:10:24.260 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (8m) 3m ago 8m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:10:24.260 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (8m) 3m ago 8m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:10:24.260 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (8m) 3m ago 8m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:10:24.260 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (10m) 3m ago 11m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:10:24.638 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:10:24.639 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:10:24.639 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:10:24.639 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:24.639 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:10:24.639 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:10:24.640 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:24.641 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:10:24.641 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:10:24.641 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:10:24.641 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:10:24.641 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:10:24.959 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:10:24.959 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:10:24.959 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:10:24.959 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:10:24.959 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:10:24.960 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:10:24.960 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:10:24.960 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:10:24.960 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:10:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:23.609119+0000 mgr.smithi092.ygxdfq (mgr.24401) 221 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:23.665850+0000 mgr.smithi092.ygxdfq (mgr.24401) 222 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:24.637046+0000 mon.smithi090 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.90:0/1578570682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:10:25.336 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:10:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:23.609119+0000 mgr.smithi092.ygxdfq (mgr.24401) 221 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:23.665850+0000 mgr.smithi092.ygxdfq (mgr.24401) 222 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:25.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:24.637046+0000 mon.smithi090 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.90:0/1578570682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:10:26.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:23.931257+0000 mgr.smithi092.ygxdfq (mgr.24401) 223 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:26.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:24.246119+0000 mgr.smithi092.ygxdfq (mgr.24401) 224 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:26.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:25.335248+0000 mon.smithi090 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.90:0/1091952435' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:10:26.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:23.931257+0000 mgr.smithi092.ygxdfq (mgr.24401) 223 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:26.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:24.246119+0000 mgr.smithi092.ygxdfq (mgr.24401) 224 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:26.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:25.335248+0000 mon.smithi090 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.90:0/1091952435' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:10:27.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:24.957481+0000 mgr.smithi092.ygxdfq (mgr.24401) 225 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:27.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:25.666206+0000 mgr.smithi092.ygxdfq (mgr.24401) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:24.957481+0000 mgr.smithi092.ygxdfq (mgr.24401) 225 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:27.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:25.666206+0000 mgr.smithi092.ygxdfq (mgr.24401) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:28.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:27.666586+0000 mgr.smithi092.ygxdfq (mgr.24401) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:28.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:27.666586+0000 mgr.smithi092.ygxdfq (mgr.24401) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:29.283 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:29.667322+0000 mgr.smithi092.ygxdfq (mgr.24401) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:29.667322+0000 mgr.smithi092.ygxdfq (mgr.24401) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:31.667819+0000 mgr.smithi092.ygxdfq (mgr.24401) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:32.700339+0000 mon.smithi092 (mon.1) 109 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:31.667819+0000 mgr.smithi092.ygxdfq (mgr.24401) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:32.700339+0000 mon.smithi092 (mon.1) 109 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:34.325 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:35.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:33.668426+0000 mgr.smithi092.ygxdfq (mgr.24401) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:33.668426+0000 mgr.smithi092.ygxdfq (mgr.24401) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:37.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:35.668852+0000 mgr.smithi092.ygxdfq (mgr.24401) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:35.668852+0000 mgr.smithi092.ygxdfq (mgr.24401) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:37.669180+0000 mgr.smithi092.ygxdfq (mgr.24401) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:37.669180+0000 mgr.smithi092.ygxdfq (mgr.24401) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:39.365 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:39.670081+0000 mgr.smithi092.ygxdfq (mgr.24401) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:39.670081+0000 mgr.smithi092.ygxdfq (mgr.24401) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:41.670549+0000 mgr.smithi092.ygxdfq (mgr.24401) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:41.670549+0000 mgr.smithi092.ygxdfq (mgr.24401) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:44.414 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:43.671229+0000 mgr.smithi092.ygxdfq (mgr.24401) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:43.671229+0000 mgr.smithi092.ygxdfq (mgr.24401) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:45.671699+0000 mgr.smithi092.ygxdfq (mgr.24401) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:45.671699+0000 mgr.smithi092.ygxdfq (mgr.24401) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:47.700437+0000 mon.smithi092 (mon.1) 110 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:47.700437+0000 mon.smithi092 (mon.1) 110 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:10:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:47.672048+0000 mgr.smithi092.ygxdfq (mgr.24401) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:47.672048+0000 mgr.smithi092.ygxdfq (mgr.24401) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:49.455 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:49.672773+0000 mgr.smithi092.ygxdfq (mgr.24401) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:49.672773+0000 mgr.smithi092.ygxdfq (mgr.24401) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:51.673260+0000 mgr.smithi092.ygxdfq (mgr.24401) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:51.673260+0000 mgr.smithi092.ygxdfq (mgr.24401) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:54.499 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:10:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:53.673986+0000 mgr.smithi092.ygxdfq (mgr.24401) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:53.673986+0000 mgr.smithi092.ygxdfq (mgr.24401) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:10:55.679 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:10:56.306 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:10:56.306 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (12m) 4m ago 12m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (11m) 4m ago 11m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (11m) 4m ago 12m 34.0M - 6.7.4 557c83e11646 2cea2d506665 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (7m) 4m ago 7m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (7m) 4m ago 7m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (14m) 4m ago 14m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (5m) 4m ago 11m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (14m) 4m ago 14m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (11m) 4m ago 11m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (4m) 4m ago 4m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (4m) 4m ago 4m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (11m) 4m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:10:56.307 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (11m) 4m ago 11m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (10m) 4m ago 10m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (10m) 4m ago 10m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (10m) 4m ago 10m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (9m) 4m ago 9m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (9m) 4m ago 9m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (9m) 4m ago 9m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (8m) 4m ago 8m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:10:56.308 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (10m) 4m ago 12m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:10:56.683 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:10:56.684 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:10:56.685 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:10:57.005 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:10:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:55.665206+0000 mgr.smithi092.ygxdfq (mgr.24401) 241 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:55.674519+0000 mgr.smithi092.ygxdfq (mgr.24401) 242 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:56.682229+0000 mon.smithi090 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.90:0/1486165899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:10:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:55.665206+0000 mgr.smithi092.ygxdfq (mgr.24401) 241 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:55.674519+0000 mgr.smithi092.ygxdfq (mgr.24401) 242 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:56.682229+0000 mon.smithi090 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.90:0/1486165899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:10:57.384 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:10:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:55.984784+0000 mgr.smithi092.ygxdfq (mgr.24401) 243 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:56.294487+0000 mgr.smithi092.ygxdfq (mgr.24401) 244 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:57.383462+0000 mon.smithi090 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.90:0/1030137088' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:10:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:55.984784+0000 mgr.smithi092.ygxdfq (mgr.24401) 243 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:56.294487+0000 mgr.smithi092.ygxdfq (mgr.24401) 244 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:57.383462+0000 mon.smithi090 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.90:0/1030137088' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:10:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:10:57.002985+0000 mgr.smithi092.ygxdfq (mgr.24401) 245 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:10:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:57.674983+0000 mgr.smithi092.ygxdfq (mgr.24401) 246 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:10:57.002985+0000 mgr.smithi092.ygxdfq (mgr.24401) 245 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:10:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:10:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:57.674983+0000 mgr.smithi092.ygxdfq (mgr.24401) 246 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:10:59.547 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:10:59.675926+0000 mgr.smithi092.ygxdfq (mgr.24401) 247 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:10:59.675926+0000 mgr.smithi092.ygxdfq (mgr.24401) 247 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:01.676406+0000 mgr.smithi092.ygxdfq (mgr.24401) 248 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:02.700944+0000 mon.smithi092 (mon.1) 111 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:01.676406+0000 mgr.smithi092.ygxdfq (mgr.24401) 248 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:02.700944+0000 mon.smithi092 (mon.1) 111 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:04.591 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:03.677276+0000 mgr.smithi092.ygxdfq (mgr.24401) 249 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:05.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:03.677276+0000 mgr.smithi092.ygxdfq (mgr.24401) 249 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:05.677684+0000 mgr.smithi092.ygxdfq (mgr.24401) 250 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:05.677684+0000 mgr.smithi092.ygxdfq (mgr.24401) 250 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:07.678113+0000 mgr.smithi092.ygxdfq (mgr.24401) 251 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:07.678113+0000 mgr.smithi092.ygxdfq (mgr.24401) 251 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:09.640 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:09.679036+0000 mgr.smithi092.ygxdfq (mgr.24401) 252 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:09.679036+0000 mgr.smithi092.ygxdfq (mgr.24401) 252 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:13.015 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:11.679578+0000 mgr.smithi092.ygxdfq (mgr.24401) 253 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:11.679578+0000 mgr.smithi092.ygxdfq (mgr.24401) 253 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:13.119056+0000 mon.smithi090 (mon.0) 903 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:11:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:13.124798+0000 mon.smithi090 (mon.0) 904 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:11:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:11:13.164633+0000 mgr.smithi092.ygxdfq (mgr.24401) 254 : cephadm [INF] Reconfiguring node-exporter.smithi090 (dependencies changed)... 2024-03-11T13:11:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:11:13.164992+0000 mgr.smithi092.ygxdfq (mgr.24401) 255 : cephadm [INF] Reconfiguring daemon node-exporter.smithi090 on smithi090 2024-03-11T13:11:14.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:13.680273+0000 mgr.smithi092.ygxdfq (mgr.24401) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:14.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:13.119056+0000 mon.smithi090 (mon.0) 903 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:11:14.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:13.124798+0000 mon.smithi090 (mon.0) 904 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:11:14.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:11:13.164633+0000 mgr.smithi092.ygxdfq (mgr.24401) 254 : cephadm [INF] Reconfiguring node-exporter.smithi090 (dependencies changed)... 2024-03-11T13:11:14.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:11:13.164992+0000 mgr.smithi092.ygxdfq (mgr.24401) 255 : cephadm [INF] Reconfiguring daemon node-exporter.smithi090 on smithi090 2024-03-11T13:11:14.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:13.680273+0000 mgr.smithi092.ygxdfq (mgr.24401) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:14.689 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:15.680689+0000 mgr.smithi092.ygxdfq (mgr.24401) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:17.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:15.680689+0000 mgr.smithi092.ygxdfq (mgr.24401) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:17.701179+0000 mon.smithi092 (mon.1) 112 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:17.701179+0000 mon.smithi092 (mon.1) 112 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:17.681156+0000 mgr.smithi092.ygxdfq (mgr.24401) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:17.681156+0000 mgr.smithi092.ygxdfq (mgr.24401) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:19.721 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:19.681864+0000 mgr.smithi092.ygxdfq (mgr.24401) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:19.681864+0000 mgr.smithi092.ygxdfq (mgr.24401) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:21.682279+0000 mgr.smithi092.ygxdfq (mgr.24401) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:21.682279+0000 mgr.smithi092.ygxdfq (mgr.24401) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:24.773 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:23.683060+0000 mgr.smithi092.ygxdfq (mgr.24401) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:23.683060+0000 mgr.smithi092.ygxdfq (mgr.24401) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:27.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:25.683612+0000 mgr.smithi092.ygxdfq (mgr.24401) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:27.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:25.683612+0000 mgr.smithi092.ygxdfq (mgr.24401) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:27.733 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (13m) 4m ago 13m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (12m) 4m ago 12m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (7m) 4m ago 7m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (7m) 4m ago 7m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (14m) 4m ago 14m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (5m) 4m ago 12m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (14m) 4m ago 15m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (12m) 4m ago 12m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:11:28.366 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (5m) 4m ago 5m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (5m) 4m ago 5m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (11m) 4m ago 11m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (11m) 4m ago 11m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (10m) 4m ago 10m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (10m) 4m ago 10m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (10m) 4m ago 10m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (9m) 4m ago 9m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (9m) 4m ago 9m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (9m) 4m ago 9m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:11:28.367 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (11m) 4m ago 12m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:11:28.745 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:11:28.746 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:11:29.064 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:11:29.065 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:11:29.065 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:11:29.065 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:11:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:27.684143+0000 mgr.smithi092.ygxdfq (mgr.24401) 263 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:27.719124+0000 mgr.smithi092.ygxdfq (mgr.24401) 264 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:28.743739+0000 mon.smithi090 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.90:0/2200330178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:11:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:27.684143+0000 mgr.smithi092.ygxdfq (mgr.24401) 263 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:27.719124+0000 mgr.smithi092.ygxdfq (mgr.24401) 264 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:28.743739+0000 mon.smithi090 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.90:0/2200330178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:11:29.445 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:11:29.806 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:30.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:28.042434+0000 mgr.smithi092.ygxdfq (mgr.24401) 265 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:30.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:28.354131+0000 mgr.smithi092.ygxdfq (mgr.24401) 266 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:30.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:29.444583+0000 mon.smithi090 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.90:0/3513285415' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:11:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:28.042434+0000 mgr.smithi092.ygxdfq (mgr.24401) 265 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:28.354131+0000 mgr.smithi092.ygxdfq (mgr.24401) 266 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:29.444583+0000 mon.smithi090 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.90:0/3513285415' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:11:31.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:29.062530+0000 mgr.smithi092.ygxdfq (mgr.24401) 267 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:29.685099+0000 mgr.smithi092.ygxdfq (mgr.24401) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:29.062530+0000 mgr.smithi092.ygxdfq (mgr.24401) 267 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:11:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:29.685099+0000 mgr.smithi092.ygxdfq (mgr.24401) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:31.685691+0000 mgr.smithi092.ygxdfq (mgr.24401) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:32.701446+0000 mon.smithi092 (mon.1) 113 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:31.685691+0000 mgr.smithi092.ygxdfq (mgr.24401) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:32.701446+0000 mon.smithi092 (mon.1) 113 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:34.846 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:33.686555+0000 mgr.smithi092.ygxdfq (mgr.24401) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:33.686555+0000 mgr.smithi092.ygxdfq (mgr.24401) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:35.687109+0000 mgr.smithi092.ygxdfq (mgr.24401) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:35.687109+0000 mgr.smithi092.ygxdfq (mgr.24401) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:37.687681+0000 mgr.smithi092.ygxdfq (mgr.24401) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:37.687681+0000 mgr.smithi092.ygxdfq (mgr.24401) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:39.897 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:39.688478+0000 mgr.smithi092.ygxdfq (mgr.24401) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:39.688478+0000 mgr.smithi092.ygxdfq (mgr.24401) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:43.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:41.688901+0000 mgr.smithi092.ygxdfq (mgr.24401) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:41.688901+0000 mgr.smithi092.ygxdfq (mgr.24401) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:44.933 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:43.689797+0000 mgr.smithi092.ygxdfq (mgr.24401) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:43.689797+0000 mgr.smithi092.ygxdfq (mgr.24401) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:45.690264+0000 mgr.smithi092.ygxdfq (mgr.24401) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:45.690264+0000 mgr.smithi092.ygxdfq (mgr.24401) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:47.701613+0000 mon.smithi092 (mon.1) 114 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:47.701613+0000 mon.smithi092 (mon.1) 114 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:11:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:47.690674+0000 mgr.smithi092.ygxdfq (mgr.24401) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:47.690674+0000 mgr.smithi092.ygxdfq (mgr.24401) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:49.971 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:51.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:49.691314+0000 mgr.smithi092.ygxdfq (mgr.24401) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:49.691314+0000 mgr.smithi092.ygxdfq (mgr.24401) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:51.691818+0000 mgr.smithi092.ygxdfq (mgr.24401) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:51.691818+0000 mgr.smithi092.ygxdfq (mgr.24401) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:55.019 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:11:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:53.692517+0000 mgr.smithi092.ygxdfq (mgr.24401) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:53.692517+0000 mgr.smithi092.ygxdfq (mgr.24401) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:11:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:55.693008+0000 mgr.smithi092.ygxdfq (mgr.24401) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:55.693008+0000 mgr.smithi092.ygxdfq (mgr.24401) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:11:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:57.693469+0000 mgr.smithi092.ygxdfq (mgr.24401) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:11:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:57.693469+0000 mgr.smithi092.ygxdfq (mgr.24401) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:11:59.789 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:12:00.058 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (13m) 5m ago 13m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (12m) 5m ago 12m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (8m) 5m ago 8m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (8m) 5m ago 8m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (15m) 5m ago 15m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:12:00.429 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (6m) 5m ago 12m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (15m) 5m ago 15m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (12m) 5m ago 12m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (5m) 5m ago 5m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (5m) 5m ago 5m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (13m) 5m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (12m) 5m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (12m) 5m ago 12m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (11m) 5m ago 11m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (11m) 5m ago 11m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (11m) 5m ago 11m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:12:00.430 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (10m) 5m ago 10m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:12:00.431 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (10m) 5m ago 10m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:12:00.431 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (10m) 5m ago 10m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:12:00.431 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (9m) 5m ago 9m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:12:00.431 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (12m) 5m ago 13m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:12:00.805 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:12:00.805 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:12:00.805 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:12:00.805 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:12:00.806 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:12:00.807 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:12:00.807 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:12:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:11:59.694317+0000 mgr.smithi092.ygxdfq (mgr.24401) 283 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:11:59.775443+0000 mgr.smithi092.ygxdfq (mgr.24401) 284 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:00.804041+0000 mon.smithi090 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.90:0/795906327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:12:01.123 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:12:01.123 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:12:01.124 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:12:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:11:59.694317+0000 mgr.smithi092.ygxdfq (mgr.24401) 283 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:11:59.775443+0000 mgr.smithi092.ygxdfq (mgr.24401) 284 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:00.804041+0000 mon.smithi090 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.90:0/795906327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:12:01.500 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:12:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:00.104396+0000 mgr.smithi092.ygxdfq (mgr.24401) 285 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:00.417028+0000 mgr.smithi092.ygxdfq (mgr.24401) 286 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:01.499362+0000 mon.smithi090 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.90:0/1021098247' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:12:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:00.104396+0000 mgr.smithi092.ygxdfq (mgr.24401) 285 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:00.417028+0000 mgr.smithi092.ygxdfq (mgr.24401) 286 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:01.499362+0000 mon.smithi090 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.90:0/1021098247' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:12:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:01.121942+0000 mgr.smithi092.ygxdfq (mgr.24401) 287 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:01.694786+0000 mgr.smithi092.ygxdfq (mgr.24401) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:02.702096+0000 mon.smithi092 (mon.1) 115 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:01.121942+0000 mgr.smithi092.ygxdfq (mgr.24401) 287 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:01.694786+0000 mgr.smithi092.ygxdfq (mgr.24401) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:02.702096+0000 mon.smithi092 (mon.1) 115 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:05.098 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:03.695456+0000 mgr.smithi092.ygxdfq (mgr.24401) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:03.695456+0000 mgr.smithi092.ygxdfq (mgr.24401) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:05.695955+0000 mgr.smithi092.ygxdfq (mgr.24401) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:05.695955+0000 mgr.smithi092.ygxdfq (mgr.24401) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:07.696354+0000 mgr.smithi092.ygxdfq (mgr.24401) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:07.696354+0000 mgr.smithi092.ygxdfq (mgr.24401) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:10.141 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:09.697045+0000 mgr.smithi092.ygxdfq (mgr.24401) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:09.697045+0000 mgr.smithi092.ygxdfq (mgr.24401) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:11.697584+0000 mgr.smithi092.ygxdfq (mgr.24401) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:11.697584+0000 mgr.smithi092.ygxdfq (mgr.24401) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:15.183 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:13.698320+0000 mgr.smithi092.ygxdfq (mgr.24401) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:13.698320+0000 mgr.smithi092.ygxdfq (mgr.24401) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:15.698786+0000 mgr.smithi092.ygxdfq (mgr.24401) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:17.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:15.698786+0000 mgr.smithi092.ygxdfq (mgr.24401) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:17.702322+0000 mon.smithi092 (mon.1) 116 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:17.702322+0000 mon.smithi092 (mon.1) 116 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:17.699285+0000 mgr.smithi092.ygxdfq (mgr.24401) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:17.699285+0000 mgr.smithi092.ygxdfq (mgr.24401) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:20.226 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:21.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:19.699967+0000 mgr.smithi092.ygxdfq (mgr.24401) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:19.699967+0000 mgr.smithi092.ygxdfq (mgr.24401) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:21.700336+0000 mgr.smithi092.ygxdfq (mgr.24401) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:21.700336+0000 mgr.smithi092.ygxdfq (mgr.24401) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:23.701174+0000 mgr.smithi092.ygxdfq (mgr.24401) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:25.280 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:23.701174+0000 mgr.smithi092.ygxdfq (mgr.24401) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:27.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:25.701621+0000 mgr.smithi092.ygxdfq (mgr.24401) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:25.701621+0000 mgr.smithi092.ygxdfq (mgr.24401) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:27.702253+0000 mgr.smithi092.ygxdfq (mgr.24401) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:29.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:27.702253+0000 mgr.smithi092.ygxdfq (mgr.24401) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:30.323 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:29.703064+0000 mgr.smithi092.ygxdfq (mgr.24401) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:31.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:29.703064+0000 mgr.smithi092.ygxdfq (mgr.24401) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:31.843 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (13m) 6m ago 13m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (8m) 6m ago 8m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (8m) 6m ago 8m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:12:32.470 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (7m) 6m ago 13m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (16m) 6m ago 16m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (13m) 6m ago 13m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (6m) 6m ago 6m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (6m) 6m ago 6m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (12m) 6m ago 12m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (12m) 6m ago 12m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (12m) 6m ago 12m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (11m) 6m ago 11m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (11m) 6m ago 11m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (11m) 6m ago 11m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (10m) 6m ago 10m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:12:32.471 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (10m) 6m ago 10m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:12:32.472 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (12m) 6m ago 13m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:12:32.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:12:32.848 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:12:33.166 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:12:33.166 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:12:33.166 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:12:33.166 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:12:33.166 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:12:33.167 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:12:33.167 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:12:33.167 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:12:33.167 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:12:33.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:31.703433+0000 mgr.smithi092.ygxdfq (mgr.24401) 303 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:31.829188+0000 mgr.smithi092.ygxdfq (mgr.24401) 304 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:32.702754+0000 mon.smithi092 (mon.1) 117 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:32.845664+0000 mon.smithi090 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.90:0/1256015793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:12:33.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:31.703433+0000 mgr.smithi092.ygxdfq (mgr.24401) 303 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:33.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:31.829188+0000 mgr.smithi092.ygxdfq (mgr.24401) 304 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:33.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:32.702754+0000 mon.smithi092 (mon.1) 117 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:33.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:32.845664+0000 mon.smithi090 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.90:0/1256015793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:12:33.541 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:12:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:32.147906+0000 mgr.smithi092.ygxdfq (mgr.24401) 305 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:32.458559+0000 mgr.smithi092.ygxdfq (mgr.24401) 306 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:33.540584+0000 mon.smithi090 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.90:0/3668382477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:12:34.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:32.147906+0000 mgr.smithi092.ygxdfq (mgr.24401) 305 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:34.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:32.458559+0000 mgr.smithi092.ygxdfq (mgr.24401) 306 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:34.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:33 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:33.540584+0000 mon.smithi090 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.90:0/3668382477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:12:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:33.164621+0000 mgr.smithi092.ygxdfq (mgr.24401) 307 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:33.704168+0000 mgr.smithi092.ygxdfq (mgr.24401) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:35.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:33.164621+0000 mgr.smithi092.ygxdfq (mgr.24401) 307 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:12:35.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:33.704168+0000 mgr.smithi092.ygxdfq (mgr.24401) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:35.364 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:35.704625+0000 mgr.smithi092.ygxdfq (mgr.24401) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:35.704625+0000 mgr.smithi092.ygxdfq (mgr.24401) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:37.705019+0000 mgr.smithi092.ygxdfq (mgr.24401) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:37.705019+0000 mgr.smithi092.ygxdfq (mgr.24401) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:40.405 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:39.706008+0000 mgr.smithi092.ygxdfq (mgr.24401) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:39.706008+0000 mgr.smithi092.ygxdfq (mgr.24401) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:41.706473+0000 mgr.smithi092.ygxdfq (mgr.24401) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:41.706473+0000 mgr.smithi092.ygxdfq (mgr.24401) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:43.707319+0000 mgr.smithi092.ygxdfq (mgr.24401) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:43.707319+0000 mgr.smithi092.ygxdfq (mgr.24401) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:45.439 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:45.707786+0000 mgr.smithi092.ygxdfq (mgr.24401) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:45.707786+0000 mgr.smithi092.ygxdfq (mgr.24401) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:12:47.702740+0000 mon.smithi092 (mon.1) 118 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:12:47.702740+0000 mon.smithi092 (mon.1) 118 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:12:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:47.708191+0000 mgr.smithi092.ygxdfq (mgr.24401) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:47.708191+0000 mgr.smithi092.ygxdfq (mgr.24401) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:50.496 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:49.708960+0000 mgr.smithi092.ygxdfq (mgr.24401) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:49.708960+0000 mgr.smithi092.ygxdfq (mgr.24401) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:51.709348+0000 mgr.smithi092.ygxdfq (mgr.24401) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:51.709348+0000 mgr.smithi092.ygxdfq (mgr.24401) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:53.710094+0000 mgr.smithi092.ygxdfq (mgr.24401) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:53.710094+0000 mgr.smithi092.ygxdfq (mgr.24401) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:12:55.537 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:12:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:55.710466+0000 mgr.smithi092.ygxdfq (mgr.24401) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:55.710466+0000 mgr.smithi092.ygxdfq (mgr.24401) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:12:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:57.710881+0000 mgr.smithi092.ygxdfq (mgr.24401) 320 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:12:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:12:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:57.710881+0000 mgr.smithi092.ygxdfq (mgr.24401) 320 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:00.583 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:12:59.711614+0000 mgr.smithi092.ygxdfq (mgr.24401) 321 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:12:59.711614+0000 mgr.smithi092.ygxdfq (mgr.24401) 321 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:01.712019+0000 mgr.smithi092.ygxdfq (mgr.24401) 322 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:02.703046+0000 mon.smithi092 (mon.1) 119 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:01.712019+0000 mgr.smithi092.ygxdfq (mgr.24401) 322 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:03.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:02.703046+0000 mon.smithi092 (mon.1) 119 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:03.886 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:13:04.516 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:13:04.516 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:13:04.516 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:13:04.516 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:13:04.516 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (9m) 6m ago 9m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (9m) 6m ago 9m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (7m) 6m ago 14m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (16m) 6m ago 16m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (13m) 6m ago 13m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (6m) 6m ago 6m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (6m) 6m ago 6m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (14m) 6m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 164e61c94588 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (13m) 6m ago 13m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (12m) 6m ago 12m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (12m) 6m ago 12m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:13:04.517 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (12m) 6m ago 12m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:13:04.518 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (11m) 6m ago 11m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:13:04.518 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (11m) 6m ago 11m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:13:04.518 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (11m) 6m ago 11m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:13:04.518 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (10m) 6m ago 10m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:13:04.518 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (13m) 6m ago 14m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:13:04.889 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:13:04.890 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:13:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:03.712792+0000 mgr.smithi092.ygxdfq (mgr.24401) 323 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:03.872192+0000 mgr.smithi092.ygxdfq (mgr.24401) 324 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:03.712792+0000 mgr.smithi092.ygxdfq (mgr.24401) 323 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:03.872192+0000 mgr.smithi092.ygxdfq (mgr.24401) 324 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:13:05.209 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:13:05.210 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:13:05.590 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:13:05.616 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:04.193597+0000 mgr.smithi092.ygxdfq (mgr.24401) 325 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:04.504670+0000 mgr.smithi092.ygxdfq (mgr.24401) 326 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:04.887956+0000 mon.smithi090 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.90:0/4089141866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:13:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:05.589668+0000 mon.smithi090 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.90:0/4145970957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:13:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:04.193597+0000 mgr.smithi092.ygxdfq (mgr.24401) 325 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:04.504670+0000 mgr.smithi092.ygxdfq (mgr.24401) 326 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:04.887956+0000 mon.smithi090 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.90:0/4089141866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:13:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:05.589668+0000 mon.smithi090 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.90:0/4145970957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:13:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:05.207501+0000 mgr.smithi092.ygxdfq (mgr.24401) 327 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:05.713149+0000 mgr.smithi092.ygxdfq (mgr.24401) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:05.207501+0000 mgr.smithi092.ygxdfq (mgr.24401) 327 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:07.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:05.713149+0000 mgr.smithi092.ygxdfq (mgr.24401) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:07.713674+0000 mgr.smithi092.ygxdfq (mgr.24401) 329 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:09.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:07.713674+0000 mgr.smithi092.ygxdfq (mgr.24401) 329 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:10.666 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:09.714332+0000 mgr.smithi092.ygxdfq (mgr.24401) 330 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:09.714332+0000 mgr.smithi092.ygxdfq (mgr.24401) 330 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:11.714921+0000 mgr.smithi092.ygxdfq (mgr.24401) 331 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:11.714921+0000 mgr.smithi092.ygxdfq (mgr.24401) 331 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:13.715549+0000 mgr.smithi092.ygxdfq (mgr.24401) 332 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:13.715549+0000 mgr.smithi092.ygxdfq (mgr.24401) 332 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:15.716 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:16.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:14.974015+0000 mon.smithi090 (mon.0) 913 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:13:16.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:14.979882+0000 mon.smithi090 (mon.0) 914 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:13:16.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:13:14.984584+0000 mgr.smithi092.ygxdfq (mgr.24401) 333 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:13:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:13:15.206005+0000 mgr.smithi092.ygxdfq (mgr.24401) 334 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:13:16.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:15.715919+0000 mgr.smithi092.ygxdfq (mgr.24401) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:14.974015+0000 mon.smithi090 (mon.0) 913 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:13:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:14.979882+0000 mon.smithi090 (mon.0) 914 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:13:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:13:14.984584+0000 mgr.smithi092.ygxdfq (mgr.24401) 333 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:13:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:13:15.206005+0000 mgr.smithi092.ygxdfq (mgr.24401) 334 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:13:16.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:15.715919+0000 mgr.smithi092.ygxdfq (mgr.24401) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:17.703474+0000 mon.smithi092 (mon.1) 120 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:17.703474+0000 mon.smithi092 (mon.1) 120 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:17.717200+0000 mgr.smithi092.ygxdfq (mgr.24401) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:17.717200+0000 mgr.smithi092.ygxdfq (mgr.24401) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:20.755 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:19.717885+0000 mgr.smithi092.ygxdfq (mgr.24401) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:21.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:19.717885+0000 mgr.smithi092.ygxdfq (mgr.24401) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:21.718438+0000 mgr.smithi092.ygxdfq (mgr.24401) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:21.718438+0000 mgr.smithi092.ygxdfq (mgr.24401) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:23.719182+0000 mgr.smithi092.ygxdfq (mgr.24401) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:23.719182+0000 mgr.smithi092.ygxdfq (mgr.24401) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:25.797 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:27.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:25.719598+0000 mgr.smithi092.ygxdfq (mgr.24401) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:27.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:25.719598+0000 mgr.smithi092.ygxdfq (mgr.24401) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:27.720034+0000 mgr.smithi092.ygxdfq (mgr.24401) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:27.720034+0000 mgr.smithi092.ygxdfq (mgr.24401) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:30.843 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:31.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:29.720787+0000 mgr.smithi092.ygxdfq (mgr.24401) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:29.720787+0000 mgr.smithi092.ygxdfq (mgr.24401) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:31.721180+0000 mgr.smithi092.ygxdfq (mgr.24401) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:32.703542+0000 mon.smithi092 (mon.1) 121 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:31.721180+0000 mgr.smithi092.ygxdfq (mgr.24401) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:32.703542+0000 mon.smithi092 (mon.1) 121 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:33.722126+0000 mgr.smithi092.ygxdfq (mgr.24401) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:33.722126+0000 mgr.smithi092.ygxdfq (mgr.24401) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:35.875 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:35.949 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:13:36.578 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:13:36.578 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:13:36.578 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (15m) 7m ago 15m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:13:36.578 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (14m) 7m ago 14m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:13:36.578 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (9m) 7m ago 9m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (9m) 7m ago 9m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (8m) 7m ago 14m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (17m) 7m ago 17m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (14m) 7m ago 14m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (7m) 7m ago 7m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (7m) 7m ago 7m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (14m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (13m) 7m ago 13m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (13m) 7m ago 13m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (13m) 7m ago 13m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (12m) 7m ago 12m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (12m) 7m ago 12m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (12m) 7m ago 12m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:13:36.579 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (11m) 7m ago 11m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:13:36.580 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (11m) 7m ago 11m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:13:36.580 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (13m) 7m ago 14m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:13:36.956 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:13:36.956 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:13:36.956 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:13:36.956 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:36.956 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:13:36.957 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:13:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:35.722483+0000 mgr.smithi092.ygxdfq (mgr.24401) 345 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:37.104 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:35.722483+0000 mgr.smithi092.ygxdfq (mgr.24401) 345 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:37.276 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:13:37.277 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:13:37.655 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:13:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:35.933615+0000 mgr.smithi092.ygxdfq (mgr.24401) 346 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:36.256362+0000 mgr.smithi092.ygxdfq (mgr.24401) 347 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:36.567175+0000 mgr.smithi092.ygxdfq (mgr.24401) 348 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:36.955104+0000 mon.smithi090 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.90:0/3610021299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:13:38.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:37 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:37.654469+0000 mon.smithi090 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.90:0/34029246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:13:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:35.933615+0000 mgr.smithi092.ygxdfq (mgr.24401) 346 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:36.256362+0000 mgr.smithi092.ygxdfq (mgr.24401) 347 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:36.567175+0000 mgr.smithi092.ygxdfq (mgr.24401) 348 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:36.955104+0000 mon.smithi090 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.90:0/3610021299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:13:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:37.654469+0000 mon.smithi090 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.90:0/34029246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:13:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:37.274962+0000 mgr.smithi092.ygxdfq (mgr.24401) 349 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:37.723083+0000 mgr.smithi092.ygxdfq (mgr.24401) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:37.274962+0000 mgr.smithi092.ygxdfq (mgr.24401) 349 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:13:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:37.723083+0000 mgr.smithi092.ygxdfq (mgr.24401) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:40.921 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:39.723901+0000 mgr.smithi092.ygxdfq (mgr.24401) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:41.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:39.723901+0000 mgr.smithi092.ygxdfq (mgr.24401) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:41.724264+0000 mgr.smithi092.ygxdfq (mgr.24401) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:41.724264+0000 mgr.smithi092.ygxdfq (mgr.24401) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:43.724971+0000 mgr.smithi092.ygxdfq (mgr.24401) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:43.724971+0000 mgr.smithi092.ygxdfq (mgr.24401) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:45.963 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:45.725622+0000 mgr.smithi092.ygxdfq (mgr.24401) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:45.725622+0000 mgr.smithi092.ygxdfq (mgr.24401) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:13:47.703836+0000 mon.smithi092 (mon.1) 122 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:13:47.703836+0000 mon.smithi092 (mon.1) 122 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:13:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:47.726136+0000 mgr.smithi092.ygxdfq (mgr.24401) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:47.726136+0000 mgr.smithi092.ygxdfq (mgr.24401) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:51.004 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:49.726840+0000 mgr.smithi092.ygxdfq (mgr.24401) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:51.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:49.726840+0000 mgr.smithi092.ygxdfq (mgr.24401) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:51.727397+0000 mgr.smithi092.ygxdfq (mgr.24401) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:51.727397+0000 mgr.smithi092.ygxdfq (mgr.24401) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:53.728154+0000 mgr.smithi092.ygxdfq (mgr.24401) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:53.728154+0000 mgr.smithi092.ygxdfq (mgr.24401) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:13:56.056 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:13:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:55.728695+0000 mgr.smithi092.ygxdfq (mgr.24401) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:57.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:55.728695+0000 mgr.smithi092.ygxdfq (mgr.24401) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:13:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:57.729278+0000 mgr.smithi092.ygxdfq (mgr.24401) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:13:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:13:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:57.729278+0000 mgr.smithi092.ygxdfq (mgr.24401) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:13:59.729998+0000 mgr.smithi092.ygxdfq (mgr.24401) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:01.104 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:01.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:13:59.729998+0000 mgr.smithi092.ygxdfq (mgr.24401) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:01.730481+0000 mgr.smithi092.ygxdfq (mgr.24401) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:02.704131+0000 mon.smithi092 (mon.1) 123 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:03.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:01.730481+0000 mgr.smithi092.ygxdfq (mgr.24401) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:03.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:02.704131+0000 mon.smithi092 (mon.1) 123 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:03.731316+0000 mgr.smithi092.ygxdfq (mgr.24401) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:03.731316+0000 mgr.smithi092.ygxdfq (mgr.24401) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:06.148 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:05.731831+0000 mgr.smithi092.ygxdfq (mgr.24401) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:07.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:05.731831+0000 mgr.smithi092.ygxdfq (mgr.24401) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:08.002 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (16m) 7m ago 16m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (15m) 7m ago 15m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (10m) 7m ago 10m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (10m) 7m ago 10m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:14:08.636 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (8m) 7m ago 15m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (17m) 7m ago 17m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (15m) 7m ago 14m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (7m) 7m ago 7m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (7m) 7m ago 7m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (14m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (14m) 7m ago 14m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (14m) 7m ago 14m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (13m) 7m ago 13m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (13m) 7m ago 13m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (12m) 7m ago 12m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (12m) 7m ago 12m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (12m) 7m ago 12m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (12m) 7m ago 11m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:14:08.637 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (14m) 7m ago 15m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:14:09.016 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:14:09.017 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:14:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:07.732171+0000 mgr.smithi092.ygxdfq (mgr.24401) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:14:09.337 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:14:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:07.732171+0000 mgr.smithi092.ygxdfq (mgr.24401) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:09.716 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:14:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:07.989034+0000 mgr.smithi092.ygxdfq (mgr.24401) 366 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:08.314394+0000 mgr.smithi092.ygxdfq (mgr.24401) 367 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:08.625398+0000 mgr.smithi092.ygxdfq (mgr.24401) 368 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:09.014875+0000 mon.smithi090 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.90:0/1946262651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:14:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:09.715493+0000 mon.smithi090 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.90:0/1823864875' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:14:10.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:07.989034+0000 mgr.smithi092.ygxdfq (mgr.24401) 366 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:08.314394+0000 mgr.smithi092.ygxdfq (mgr.24401) 367 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:08.625398+0000 mgr.smithi092.ygxdfq (mgr.24401) 368 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:10.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:09.014875+0000 mon.smithi090 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.90:0/1946262651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:14:10.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:09.715493+0000 mon.smithi090 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.90:0/1823864875' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:14:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:09.335273+0000 mgr.smithi092.ygxdfq (mgr.24401) 369 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:09.733139+0000 mgr.smithi092.ygxdfq (mgr.24401) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:11.188 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:11.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:09.335273+0000 mgr.smithi092.ygxdfq (mgr.24401) 369 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:11.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:09.733139+0000 mgr.smithi092.ygxdfq (mgr.24401) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:11.733598+0000 mgr.smithi092.ygxdfq (mgr.24401) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:13.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:11.733598+0000 mgr.smithi092.ygxdfq (mgr.24401) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:13.734328+0000 mgr.smithi092.ygxdfq (mgr.24401) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:13.734328+0000 mgr.smithi092.ygxdfq (mgr.24401) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:16.230 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:17.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:15.734740+0000 mgr.smithi092.ygxdfq (mgr.24401) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:17.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:15.734740+0000 mgr.smithi092.ygxdfq (mgr.24401) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:17.704401+0000 mon.smithi092 (mon.1) 124 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:17.704401+0000 mon.smithi092 (mon.1) 124 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:17.735138+0000 mgr.smithi092.ygxdfq (mgr.24401) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:17.735138+0000 mgr.smithi092.ygxdfq (mgr.24401) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:19.735914+0000 mgr.smithi092.ygxdfq (mgr.24401) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:21.268 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:19.735914+0000 mgr.smithi092.ygxdfq (mgr.24401) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:21.736273+0000 mgr.smithi092.ygxdfq (mgr.24401) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:21.736273+0000 mgr.smithi092.ygxdfq (mgr.24401) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:25.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:23.737131+0000 mgr.smithi092.ygxdfq (mgr.24401) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:23.737131+0000 mgr.smithi092.ygxdfq (mgr.24401) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:26.313 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:27.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:25.737581+0000 mgr.smithi092.ygxdfq (mgr.24401) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:25.737581+0000 mgr.smithi092.ygxdfq (mgr.24401) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:28.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:27.737967+0000 mgr.smithi092.ygxdfq (mgr.24401) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:28.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:27.737967+0000 mgr.smithi092.ygxdfq (mgr.24401) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:31.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:29.738797+0000 mgr.smithi092.ygxdfq (mgr.24401) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:29.738797+0000 mgr.smithi092.ygxdfq (mgr.24401) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:31.352 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:31.739270+0000 mgr.smithi092.ygxdfq (mgr.24401) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:32.704693+0000 mon.smithi092 (mon.1) 125 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:31.739270+0000 mgr.smithi092.ygxdfq (mgr.24401) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:32.704693+0000 mon.smithi092 (mon.1) 125 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:33.739863+0000 mgr.smithi092.ygxdfq (mgr.24401) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:33.739863+0000 mgr.smithi092.ygxdfq (mgr.24401) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:36.396 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:35.740233+0000 mgr.smithi092.ygxdfq (mgr.24401) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:37.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:35.740233+0000 mgr.smithi092.ygxdfq (mgr.24401) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:37.740731+0000 mgr.smithi092.ygxdfq (mgr.24401) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:37.740731+0000 mgr.smithi092.ygxdfq (mgr.24401) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:40.069 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (16m) 8m ago 16m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (15m) 8m ago 15m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (11m) 8m ago 11m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (10m) 8m ago 10m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (9m) 8m ago 15m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (18m) 8m ago 18m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (15m) 8m ago 15m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:14:40.699 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (8m) 8m ago 8m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (8m) 8m ago 8m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (15m) 8m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (14m) 8m ago 14m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (14m) 8m ago 14m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (14m) 8m ago 14m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (13m) 8m ago 13m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (13m) 8m ago 13m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (13m) 8m ago 13m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (12m) 8m ago 12m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (12m) 8m ago 12m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:14:40.700 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (14m) 8m ago 15m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:14:41.074 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:14:41.075 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:14:41.076 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:14:41.076 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:14:41.076 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:14:41.076 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:14:41.076 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:14:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:39.741466+0000 mgr.smithi092.ygxdfq (mgr.24401) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:39.741466+0000 mgr.smithi092.ygxdfq (mgr.24401) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:41.393 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:14:41.394 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:14:41.430 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:41.776 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:14:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:40.055714+0000 mgr.smithi092.ygxdfq (mgr.24401) 386 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:40.377885+0000 mgr.smithi092.ygxdfq (mgr.24401) 387 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:40.687584+0000 mgr.smithi092.ygxdfq (mgr.24401) 388 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:41.073458+0000 mon.smithi090 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.90:0/4962475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:14:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:41 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:41.775437+0000 mon.smithi090 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.90:0/1703063623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:14:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:40.055714+0000 mgr.smithi092.ygxdfq (mgr.24401) 386 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:40.377885+0000 mgr.smithi092.ygxdfq (mgr.24401) 387 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:40.687584+0000 mgr.smithi092.ygxdfq (mgr.24401) 388 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:41.073458+0000 mon.smithi090 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.90:0/4962475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:14:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:41.775437+0000 mon.smithi090 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.90:0/1703063623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:14:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:41.392197+0000 mgr.smithi092.ygxdfq (mgr.24401) 389 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:41.741849+0000 mgr.smithi092.ygxdfq (mgr.24401) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:41.392197+0000 mgr.smithi092.ygxdfq (mgr.24401) 389 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:14:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:41.741849+0000 mgr.smithi092.ygxdfq (mgr.24401) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:43.742464+0000 mgr.smithi092.ygxdfq (mgr.24401) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:43.742464+0000 mgr.smithi092.ygxdfq (mgr.24401) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:46.470 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:45.742979+0000 mgr.smithi092.ygxdfq (mgr.24401) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:47.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:45.742979+0000 mgr.smithi092.ygxdfq (mgr.24401) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:14:47.704867+0000 mon.smithi092 (mon.1) 126 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:14:47.704867+0000 mon.smithi092 (mon.1) 126 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:14:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:47.743424+0000 mgr.smithi092.ygxdfq (mgr.24401) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:47.743424+0000 mgr.smithi092.ygxdfq (mgr.24401) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:49.744250+0000 mgr.smithi092.ygxdfq (mgr.24401) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:49.744250+0000 mgr.smithi092.ygxdfq (mgr.24401) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:51.508 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:51.744714+0000 mgr.smithi092.ygxdfq (mgr.24401) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:51.744714+0000 mgr.smithi092.ygxdfq (mgr.24401) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:53.745375+0000 mgr.smithi092.ygxdfq (mgr.24401) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:55.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:53.745375+0000 mgr.smithi092.ygxdfq (mgr.24401) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:14:56.542 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:14:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:55.745842+0000 mgr.smithi092.ygxdfq (mgr.24401) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:57.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:55.745842+0000 mgr.smithi092.ygxdfq (mgr.24401) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:14:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:57.746266+0000 mgr.smithi092.ygxdfq (mgr.24401) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:14:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:14:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:57.746266+0000 mgr.smithi092.ygxdfq (mgr.24401) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:14:59.747243+0000 mgr.smithi092.ygxdfq (mgr.24401) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:01.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:14:59.747243+0000 mgr.smithi092.ygxdfq (mgr.24401) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:01.578 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:01.747794+0000 mgr.smithi092.ygxdfq (mgr.24401) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:02.705176+0000 mon.smithi092 (mon.1) 127 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:03.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:01.747794+0000 mgr.smithi092.ygxdfq (mgr.24401) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:03.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:02.705176+0000 mon.smithi092 (mon.1) 127 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:05.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:03.748523+0000 mgr.smithi092.ygxdfq (mgr.24401) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:03.748523+0000 mgr.smithi092.ygxdfq (mgr.24401) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:06.621 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:05.748934+0000 mgr.smithi092.ygxdfq (mgr.24401) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:07.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:05.748934+0000 mgr.smithi092.ygxdfq (mgr.24401) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:07.749496+0000 mgr.smithi092.ygxdfq (mgr.24401) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:07.749496+0000 mgr.smithi092.ygxdfq (mgr.24401) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:09.750295+0000 mgr.smithi092.ygxdfq (mgr.24401) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:11.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:09.750295+0000 mgr.smithi092.ygxdfq (mgr.24401) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:11.662 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:12.120 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (17m) 8m ago 17m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (16m) 8m ago 16m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (11m) 8m ago 11m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (11m) 8m ago 11m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:15:12.752 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (9m) 8m ago 16m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (18m) 8m ago 18m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (16m) 8m ago 16m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (8m) 8m ago 8m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (8m) 8m ago 8m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (15m) 8m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (15m) 8m ago 15m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (15m) 8m ago 15m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (14m) 8m ago 14m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (14m) 8m ago 14m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (14m) 8m ago 14m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (13m) 8m ago 13m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (13m) 8m ago 13m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:15:12.753 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (13m) 8m ago 13m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:15:12.754 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (15m) 8m ago 16m 53.3M - 2.18.1 de242295e225 15e43a7f7884 2024-03-11T13:15:13.133 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:15:13.133 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:15:13.134 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:15:13.135 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:15:13.135 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:15:13.135 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:15:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:11.750869+0000 mgr.smithi092.ygxdfq (mgr.24401) 405 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:13.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:11.750869+0000 mgr.smithi092.ygxdfq (mgr.24401) 405 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:13.455 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:15:13.455 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:15:13.456 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:15:13.842 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:15:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:12.107104+0000 mgr.smithi092.ygxdfq (mgr.24401) 406 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:12.431554+0000 mgr.smithi092.ygxdfq (mgr.24401) 407 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:12.741152+0000 mgr.smithi092.ygxdfq (mgr.24401) 408 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:13.132363+0000 mon.smithi090 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.90:0/2092097593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:15:14.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:13.841388+0000 mon.smithi090 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.90:0/872484959' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:15:14.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:12.107104+0000 mgr.smithi092.ygxdfq (mgr.24401) 406 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:12.431554+0000 mgr.smithi092.ygxdfq (mgr.24401) 407 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:12.741152+0000 mgr.smithi092.ygxdfq (mgr.24401) 408 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:14.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:13.132363+0000 mon.smithi090 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.90:0/2092097593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:15:14.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:13.841388+0000 mon.smithi090 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.90:0/872484959' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:15:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:13.454100+0000 mgr.smithi092.ygxdfq (mgr.24401) 409 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:13.751462+0000 mgr.smithi092.ygxdfq (mgr.24401) 410 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:13.454100+0000 mgr.smithi092.ygxdfq (mgr.24401) 409 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:13.751462+0000 mgr.smithi092.ygxdfq (mgr.24401) 410 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:16.699 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:15.751985+0000 mgr.smithi092.ygxdfq (mgr.24401) 411 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:17.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:15.751985+0000 mgr.smithi092.ygxdfq (mgr.24401) 411 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:17.705386+0000 mon.smithi092 (mon.1) 128 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:17.705386+0000 mon.smithi092 (mon.1) 128 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:17.752375+0000 mgr.smithi092.ygxdfq (mgr.24401) 412 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:17.752375+0000 mgr.smithi092.ygxdfq (mgr.24401) 412 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:21.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:19.753278+0000 mgr.smithi092.ygxdfq (mgr.24401) 413 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:19.753278+0000 mgr.smithi092.ygxdfq (mgr.24401) 413 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:21.734 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:21.753682+0000 mgr.smithi092.ygxdfq (mgr.24401) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:21.753682+0000 mgr.smithi092.ygxdfq (mgr.24401) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:25.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:23.754426+0000 mgr.smithi092.ygxdfq (mgr.24401) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:23.754426+0000 mgr.smithi092.ygxdfq (mgr.24401) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:26.784 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:27.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:25.754922+0000 mgr.smithi092.ygxdfq (mgr.24401) 416 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:27.298 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:25.754922+0000 mgr.smithi092.ygxdfq (mgr.24401) 416 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:27.755477+0000 mgr.smithi092.ygxdfq (mgr.24401) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:28.282281+0000 mon.smithi090 (mon.0) 923 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:15:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:28.290910+0000 mon.smithi090 (mon.0) 924 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:15:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:27.755477+0000 mgr.smithi092.ygxdfq (mgr.24401) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:28.282281+0000 mon.smithi090 (mon.0) 923 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:15:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:28.290910+0000 mon.smithi090 (mon.0) 924 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:15:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:15:28.324379+0000 mgr.smithi092.ygxdfq (mgr.24401) 418 : cephadm [INF] Reconfiguring node-exporter.smithi092 (dependencies changed)... 2024-03-11T13:15:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:15:28.324862+0000 mgr.smithi092.ygxdfq (mgr.24401) 419 : cephadm [INF] Reconfiguring daemon node-exporter.smithi092 on smithi092 2024-03-11T13:15:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:29.756228+0000 mgr.smithi092.ygxdfq (mgr.24401) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:30.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:15:28.324379+0000 mgr.smithi092.ygxdfq (mgr.24401) 418 : cephadm [INF] Reconfiguring node-exporter.smithi092 (dependencies changed)... 2024-03-11T13:15:30.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:15:28.324862+0000 mgr.smithi092.ygxdfq (mgr.24401) 419 : cephadm [INF] Reconfiguring daemon node-exporter.smithi092 on smithi092 2024-03-11T13:15:30.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:29.756228+0000 mgr.smithi092.ygxdfq (mgr.24401) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:31.831 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:31.756610+0000 mgr.smithi092.ygxdfq (mgr.24401) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:32.705627+0000 mon.smithi092 (mon.1) 129 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:31.756610+0000 mgr.smithi092.ygxdfq (mgr.24401) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:32.705627+0000 mon.smithi092 (mon.1) 129 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:33.757226+0000 mgr.smithi092.ygxdfq (mgr.24401) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:35.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:33.757226+0000 mgr.smithi092.ygxdfq (mgr.24401) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:36.886 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:35.757797+0000 mgr.smithi092.ygxdfq (mgr.24401) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:37.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:35.757797+0000 mgr.smithi092.ygxdfq (mgr.24401) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:37.758207+0000 mgr.smithi092.ygxdfq (mgr.24401) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:37.758207+0000 mgr.smithi092.ygxdfq (mgr.24401) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:39.758981+0000 mgr.smithi092.ygxdfq (mgr.24401) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:39.758981+0000 mgr.smithi092.ygxdfq (mgr.24401) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:41.928 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:41.759486+0000 mgr.smithi092.ygxdfq (mgr.24401) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:41.759486+0000 mgr.smithi092.ygxdfq (mgr.24401) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:44.197 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (17m) 9m ago 17m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (16m) 9m ago 16m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (12m) 9m ago 12m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (12m) 9m ago 12m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:15:44.826 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (10m) 9m ago 16m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (19m) 9m ago 19m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (16m) 9m ago 16m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (9m) 9m ago 9m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (16m) 9m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (16m) 9m ago 16m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (15m) 9m ago 15m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (15m) 9m ago 15m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (14m) 9m ago 14m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (14m) 9m ago 14m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (14m) 9m ago 14m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:15:44.827 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (13m) 9m ago 13m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:15:44.828 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (13m) 9m ago 13m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:15:44.828 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 starting - - - - 2024-03-11T13:15:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:43.760161+0000 mgr.smithi092.ygxdfq (mgr.24401) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:45.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:43.760161+0000 mgr.smithi092.ygxdfq (mgr.24401) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:15:45.205 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:15:45.206 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:15:45.531 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:15:45.531 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:15:45.531 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:15:45.531 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:15:45.532 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:15:45.532 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:15:45.532 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:15:45.532 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:15:45.532 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:15:45.909 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:15:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:44.181850+0000 mgr.smithi092.ygxdfq (mgr.24401) 428 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:44.503884+0000 mgr.smithi092.ygxdfq (mgr.24401) 429 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:44.814890+0000 mgr.smithi092.ygxdfq (mgr.24401) 430 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:45 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:45.204340+0000 mon.smithi090 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.90:0/3011734109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:15:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:44.181850+0000 mgr.smithi092.ygxdfq (mgr.24401) 428 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:44.503884+0000 mgr.smithi092.ygxdfq (mgr.24401) 429 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:44.814890+0000 mgr.smithi092.ygxdfq (mgr.24401) 430 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:45 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:45.204340+0000 mon.smithi090 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.90:0/3011734109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:15:46.968 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:45.529590+0000 mgr.smithi092.ygxdfq (mgr.24401) 431 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:45.760549+0000 mgr.smithi092.ygxdfq (mgr.24401) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:45.908149+0000 mon.smithi090 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.90:0/1160657657' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:15:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:45.529590+0000 mgr.smithi092.ygxdfq (mgr.24401) 431 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:15:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:45.760549+0000 mgr.smithi092.ygxdfq (mgr.24401) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:45.908149+0000 mon.smithi090 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.90:0/1160657657' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:15:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:15:47.706022+0000 mon.smithi092 (mon.1) 130 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:15:47.706022+0000 mon.smithi092 (mon.1) 130 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:15:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:47.761030+0000 mgr.smithi092.ygxdfq (mgr.24401) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:49.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:47.761030+0000 mgr.smithi092.ygxdfq (mgr.24401) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:51.010 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:49.761915+0000 mgr.smithi092.ygxdfq (mgr.24401) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:51.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:49.761915+0000 mgr.smithi092.ygxdfq (mgr.24401) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:52.012 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:51.762394+0000 mgr.smithi092.ygxdfq (mgr.24401) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:52 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:51.762394+0000 mgr.smithi092.ygxdfq (mgr.24401) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:53.763194+0000 mgr.smithi092.ygxdfq (mgr.24401) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:53.763194+0000 mgr.smithi092.ygxdfq (mgr.24401) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:15:57.054 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:15:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:55.763807+0000 mgr.smithi092.ygxdfq (mgr.24401) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:55.763807+0000 mgr.smithi092.ygxdfq (mgr.24401) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:15:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:57.764230+0000 mgr.smithi092.ygxdfq (mgr.24401) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:15:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:15:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:57.764230+0000 mgr.smithi092.ygxdfq (mgr.24401) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:15:59.765077+0000 mgr.smithi092.ygxdfq (mgr.24401) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:01.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:15:59.765077+0000 mgr.smithi092.ygxdfq (mgr.24401) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:02.090 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:01.765551+0000 mgr.smithi092.ygxdfq (mgr.24401) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:02.706165+0000 mon.smithi092 (mon.1) 131 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:01.765551+0000 mgr.smithi092.ygxdfq (mgr.24401) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:02.706165+0000 mon.smithi092 (mon.1) 131 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:03.766349+0000 mgr.smithi092.ygxdfq (mgr.24401) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:05.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:03.766349+0000 mgr.smithi092.ygxdfq (mgr.24401) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:07.134 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:05.766772+0000 mgr.smithi092.ygxdfq (mgr.24401) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:07.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:05.766772+0000 mgr.smithi092.ygxdfq (mgr.24401) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:07.767260+0000 mgr.smithi092.ygxdfq (mgr.24401) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:07.767260+0000 mgr.smithi092.ygxdfq (mgr.24401) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:11.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:09.767964+0000 mgr.smithi092.ygxdfq (mgr.24401) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:11.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:09.767964+0000 mgr.smithi092.ygxdfq (mgr.24401) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:12.184 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:13.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:11.768344+0000 mgr.smithi092.ygxdfq (mgr.24401) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:11.768344+0000 mgr.smithi092.ygxdfq (mgr.24401) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:13.769151+0000 mgr.smithi092.ygxdfq (mgr.24401) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:13.769151+0000 mgr.smithi092.ygxdfq (mgr.24401) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:16.261 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:16:16.886 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (18m) 9m ago 18m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (17m) 9m ago 17m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (12m) 9m ago 12m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (12m) 9m ago 12m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (10m) 9m ago 17m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (19m) 9m ago 19m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (17m) 9m ago 17m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:16:16.887 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (9m) 9m ago 9m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (16m) 9m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (16m) 9m ago 16m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (16m) 9m ago 16m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (15m) 9m ago 15m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (15m) 9m ago 15m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (15m) 9m ago 15m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (14m) 9m ago 14m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (14m) 9m ago 14m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (14m) 9m ago 14m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:16:16.888 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 starting - - - - 2024-03-11T13:16:17.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:15.769651+0000 mgr.smithi092.ygxdfq (mgr.24401) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:17.222 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:17.267 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:16:17.268 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:17.269 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:16:17.269 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:16:17.269 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:16:17.269 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:16:17.269 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:16:17.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:15.769651+0000 mgr.smithi092.ygxdfq (mgr.24401) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:17.587 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:16:17.588 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:16:17.969 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:16:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:16.245603+0000 mgr.smithi092.ygxdfq (mgr.24401) 448 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:16.566969+0000 mgr.smithi092.ygxdfq (mgr.24401) 449 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:16.875284+0000 mgr.smithi092.ygxdfq (mgr.24401) 450 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:17.266353+0000 mon.smithi090 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.90:0/2534512594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:16:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:17.706369+0000 mon.smithi092 (mon.1) 132 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:16.245603+0000 mgr.smithi092.ygxdfq (mgr.24401) 448 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:16.566969+0000 mgr.smithi092.ygxdfq (mgr.24401) 449 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:16.875284+0000 mgr.smithi092.ygxdfq (mgr.24401) 450 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:17.266353+0000 mon.smithi090 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.90:0/2534512594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:16:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:17.706369+0000 mon.smithi092 (mon.1) 132 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:17.586167+0000 mgr.smithi092.ygxdfq (mgr.24401) 451 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:17.770289+0000 mgr.smithi092.ygxdfq (mgr.24401) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:17.968197+0000 mon.smithi090 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.90:0/3550047695' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:16:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:17.586167+0000 mgr.smithi092.ygxdfq (mgr.24401) 451 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:17.770289+0000 mgr.smithi092.ygxdfq (mgr.24401) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:17.968197+0000 mon.smithi090 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.90:0/3550047695' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:16:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:19.771058+0000 mgr.smithi092.ygxdfq (mgr.24401) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:19.771058+0000 mgr.smithi092.ygxdfq (mgr.24401) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:22.260 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:21.771555+0000 mgr.smithi092.ygxdfq (mgr.24401) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:21.771555+0000 mgr.smithi092.ygxdfq (mgr.24401) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:23.772231+0000 mgr.smithi092.ygxdfq (mgr.24401) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:23.772231+0000 mgr.smithi092.ygxdfq (mgr.24401) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:27.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:25.772806+0000 mgr.smithi092.ygxdfq (mgr.24401) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:27.303 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:25.772806+0000 mgr.smithi092.ygxdfq (mgr.24401) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:29.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:27.773258+0000 mgr.smithi092.ygxdfq (mgr.24401) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:29.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:27.773258+0000 mgr.smithi092.ygxdfq (mgr.24401) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:31.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:29.773934+0000 mgr.smithi092.ygxdfq (mgr.24401) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:31.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:29.773934+0000 mgr.smithi092.ygxdfq (mgr.24401) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:32.352 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:33.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:31.774349+0000 mgr.smithi092.ygxdfq (mgr.24401) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:32.706830+0000 mon.smithi092 (mon.1) 133 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:33.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:31.774349+0000 mgr.smithi092.ygxdfq (mgr.24401) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:33.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:32.706830+0000 mon.smithi092 (mon.1) 133 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:35.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:33.775153+0000 mgr.smithi092.ygxdfq (mgr.24401) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:35.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:33.775153+0000 mgr.smithi092.ygxdfq (mgr.24401) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:37.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:35.775704+0000 mgr.smithi092.ygxdfq (mgr.24401) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:35.775704+0000 mgr.smithi092.ygxdfq (mgr.24401) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:37.387 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:37.776189+0000 mgr.smithi092.ygxdfq (mgr.24401) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:37.776189+0000 mgr.smithi092.ygxdfq (mgr.24401) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:39.776928+0000 mgr.smithi092.ygxdfq (mgr.24401) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:39.776928+0000 mgr.smithi092.ygxdfq (mgr.24401) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:42.433 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:41.777274+0000 mgr.smithi092.ygxdfq (mgr.24401) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:43.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:41.777274+0000 mgr.smithi092.ygxdfq (mgr.24401) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:45.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:43.778034+0000 mgr.smithi092.ygxdfq (mgr.24401) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:45.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:43.778034+0000 mgr.smithi092.ygxdfq (mgr.24401) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:47.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:45.778587+0000 mgr.smithi092.ygxdfq (mgr.24401) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:47.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:45.778587+0000 mgr.smithi092.ygxdfq (mgr.24401) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:47.474 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:47.707008+0000 mon.smithi092 (mon.1) 134 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:48.320 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:16:48.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:47.707008+0000 mon.smithi092 (mon.1) 134 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:16:48.951 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:16:48.951 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:16:48.951 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (18m) 10m ago 18m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:16:48.951 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (17m) 10m ago 17m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:16:48.951 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (13m) 10m ago 13m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (13m) 10m ago 13m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (11m) 10m ago 17m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (20m) 10m ago 20m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (17m) 10m ago 17m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (10m) 10m ago 10m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (10m) 10m ago 10m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (17m) 10m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (17m) 10m ago 17m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:16:48.952 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (16m) 10m ago 16m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (16m) 10m ago 16m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (15m) 10m ago 15m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (15m) 10m ago 15m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (15m) 10m ago 15m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (15m) 10m ago 14m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (14m) 10m ago 14m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:16:48.953 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 starting - - - - 2024-03-11T13:16:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:47.779133+0000 mgr.smithi092.ygxdfq (mgr.24401) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:16:49.327 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:16:49.328 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:16:49.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:47.779133+0000 mgr.smithi092.ygxdfq (mgr.24401) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:49.645 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:16:49.646 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:16:50.027 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:48.306416+0000 mgr.smithi092.ygxdfq (mgr.24401) 468 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:48.628919+0000 mgr.smithi092.ygxdfq (mgr.24401) 469 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:48.940281+0000 mgr.smithi092.ygxdfq (mgr.24401) 470 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:49.326183+0000 mon.smithi090 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.90:0/1208322647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:49.643939+0000 mgr.smithi092.ygxdfq (mgr.24401) 471 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:49.779846+0000 mgr.smithi092.ygxdfq (mgr.24401) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:50.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:48.306416+0000 mgr.smithi092.ygxdfq (mgr.24401) 468 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:48.628919+0000 mgr.smithi092.ygxdfq (mgr.24401) 469 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:48.940281+0000 mgr.smithi092.ygxdfq (mgr.24401) 470 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:49.326183+0000 mon.smithi090 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.90:0/1208322647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:16:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:49.643939+0000 mgr.smithi092.ygxdfq (mgr.24401) 471 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:16:50.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:49.779846+0000 mgr.smithi092.ygxdfq (mgr.24401) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:51.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:50 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:16:50.026365+0000 mon.smithi090 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.90:0/431421682' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:16:51.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:50 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:16:50.026365+0000 mon.smithi090 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.90:0/431421682' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:16:52.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:51.780291+0000 mgr.smithi092.ygxdfq (mgr.24401) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:52.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:51.780291+0000 mgr.smithi092.ygxdfq (mgr.24401) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:52.512 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:53.781138+0000 mgr.smithi092.ygxdfq (mgr.24401) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:53.781138+0000 mgr.smithi092.ygxdfq (mgr.24401) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:16:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:55.781602+0000 mgr.smithi092.ygxdfq (mgr.24401) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:56 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:55.781602+0000 mgr.smithi092.ygxdfq (mgr.24401) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:57.555 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:16:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:16:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:57.782029+0000 mgr.smithi092.ygxdfq (mgr.24401) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:16:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:16:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:57.782029+0000 mgr.smithi092.ygxdfq (mgr.24401) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:16:59.782786+0000 mgr.smithi092.ygxdfq (mgr.24401) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:01.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:00 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:16:59.782786+0000 mgr.smithi092.ygxdfq (mgr.24401) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:02.592 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:01.783231+0000 mgr.smithi092.ygxdfq (mgr.24401) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:03.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:02.707335+0000 mon.smithi092 (mon.1) 135 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:01.783231+0000 mgr.smithi092.ygxdfq (mgr.24401) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:02.707335+0000 mon.smithi092 (mon.1) 135 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:05.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:03.783907+0000 mgr.smithi092.ygxdfq (mgr.24401) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:03.783907+0000 mgr.smithi092.ygxdfq (mgr.24401) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:05.784406+0000 mgr.smithi092.ygxdfq (mgr.24401) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:07.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:05.784406+0000 mgr.smithi092.ygxdfq (mgr.24401) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:07.634 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:09.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:07.785004+0000 mgr.smithi092.ygxdfq (mgr.24401) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:07.785004+0000 mgr.smithi092.ygxdfq (mgr.24401) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:11.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:09.785945+0000 mgr.smithi092.ygxdfq (mgr.24401) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:11.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:10 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:09.785945+0000 mgr.smithi092.ygxdfq (mgr.24401) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:12.678 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:13.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:11.786542+0000 mgr.smithi092.ygxdfq (mgr.24401) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:13.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:11.786542+0000 mgr.smithi092.ygxdfq (mgr.24401) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:13.787163+0000 mgr.smithi092.ygxdfq (mgr.24401) 484 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:15.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:14 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:13.787163+0000 mgr.smithi092.ygxdfq (mgr.24401) 484 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:17.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:15.787558+0000 mgr.smithi092.ygxdfq (mgr.24401) 485 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:17.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:15.787558+0000 mgr.smithi092.ygxdfq (mgr.24401) 485 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:17.725 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:17.707605+0000 mon.smithi092 (mon.1) 136 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:18.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:17.707605+0000 mon.smithi092 (mon.1) 136 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:17.787956+0000 mgr.smithi092.ygxdfq (mgr.24401) 486 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:19.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:17.787956+0000 mgr.smithi092.ygxdfq (mgr.24401) 486 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:20.372 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:17:20.999 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:17:21.000 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 starting - - - - 2024-03-11T13:17:21.000 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (19m) 10m ago 19m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:17:21.000 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (18m) 10m ago 18m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:17:21.000 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 starting - - - - 2024-03-11T13:17:21.000 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (13m) 10m ago 13m 38.8M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (13m) 10m ago 13m 13.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 841be89dd396 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (11m) 10m ago 18m 497M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (20m) 10m ago 20m 51.2M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (18m) 10m ago 18m 45.2M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (11m) 10m ago 11m 45.4M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (10m) 10m ago 10m 48.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:17:21.001 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 starting - - - - 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (17m) 10m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 2fb1059c8484 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (17m) 10m ago 17m 381M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (17m) 10m ago 17m 294M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (16m) 10m ago 16m 277M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (16m) 10m ago 16m 354M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (16m) 10m ago 16m 371M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (15m) 10m ago 15m 400M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (15m) 10m ago 15m 332M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:17:21.002 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (15m) 10m ago 15m 465M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:17:21.003 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 starting - - - - 2024-03-11T13:17:21.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:19.788830+0000 mgr.smithi092.ygxdfq (mgr.24401) 487 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:21.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:20 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:19.788830+0000 mgr.smithi092.ygxdfq (mgr.24401) 487 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:21.386 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:17:21.387 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:17:21.706 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:17:21.707 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:17:22.094 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:17:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:20.357892+0000 mgr.smithi092.ygxdfq (mgr.24401) 488 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:20.678220+0000 mgr.smithi092.ygxdfq (mgr.24401) 489 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:21.384951+0000 mon.smithi090 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.90:0/1679523870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:17:22.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:20.357892+0000 mgr.smithi092.ygxdfq (mgr.24401) 488 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:22.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:20.678220+0000 mgr.smithi092.ygxdfq (mgr.24401) 489 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:22.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:21 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:21.384951+0000 mon.smithi090 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.90:0/1679523870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:17:22.764 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:20.988444+0000 mgr.smithi092.ygxdfq (mgr.24401) 490 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:21.704636+0000 mgr.smithi092.ygxdfq (mgr.24401) 491 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:21.789203+0000 mgr.smithi092.ygxdfq (mgr.24401) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:22.093911+0000 mon.smithi090 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.90:0/4206492539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:17:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:20.988444+0000 mgr.smithi092.ygxdfq (mgr.24401) 490 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:21.704636+0000 mgr.smithi092.ygxdfq (mgr.24401) 491 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:21.789203+0000 mgr.smithi092.ygxdfq (mgr.24401) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:23.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:22 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:22.093911+0000 mon.smithi090 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.90:0/4206492539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:17:25.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:23.790016+0000 mgr.smithi092.ygxdfq (mgr.24401) 493 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:25.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:24 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:23.790016+0000 mgr.smithi092.ygxdfq (mgr.24401) 493 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:27.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:25.790661+0000 mgr.smithi092.ygxdfq (mgr.24401) 494 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:27.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:26 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:25.790661+0000 mgr.smithi092.ygxdfq (mgr.24401) 494 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:27.800 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:29.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:27.791220+0000 mgr.smithi092.ygxdfq (mgr.24401) 495 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:29.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:27.791220+0000 mgr.smithi092.ygxdfq (mgr.24401) 495 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:29.791891+0000 mgr.smithi092.ygxdfq (mgr.24401) 496 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.056846+0000 mon.smithi090 (mon.0) 933 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.062422+0000 mon.smithi090 (mon.0) 934 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.097542+0000 mon.smithi092 (mon.1) 137 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.098621+0000 mon.smithi092 (mon.1) 138 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi090.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.102895+0000 mon.smithi090 (mon.0) 935 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.115231+0000 mon.smithi092 (mon.1) 139 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.116620+0000 mon.smithi092 (mon.1) 140 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi090.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.121040+0000 mon.smithi090 (mon.0) 936 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.131140+0000 mon.smithi092 (mon.1) 141 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:17:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.133330+0000 mon.smithi092 (mon.1) 142 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi090.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T13:17:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.138155+0000 mon.smithi090 (mon.0) 937 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.152839+0000 mon.smithi092 (mon.1) 143 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.157468+0000 mon.smithi090 (mon.0) 938 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:29.791891+0000 mgr.smithi092.ygxdfq (mgr.24401) 496 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.056846+0000 mon.smithi090 (mon.0) 933 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.062422+0000 mon.smithi090 (mon.0) 934 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.097542+0000 mon.smithi092 (mon.1) 137 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.098621+0000 mon.smithi092 (mon.1) 138 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi090.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.102895+0000 mon.smithi090 (mon.0) 935 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.115231+0000 mon.smithi092 (mon.1) 139 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.116620+0000 mon.smithi092 (mon.1) 140 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi090.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T13:17:31.334 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.121040+0000 mon.smithi090 (mon.0) 936 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.335 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.131140+0000 mon.smithi092 (mon.1) 141 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:17:31.335 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.133330+0000 mon.smithi092 (mon.1) 142 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi090.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T13:17:31.335 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.138155+0000 mon.smithi090 (mon.0) 937 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:31.335 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.152839+0000 mon.smithi092 (mon.1) 143 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:31.335 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.157468+0000 mon.smithi090 (mon.0) 938 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.097887+0000 mgr.smithi092.ygxdfq (mgr.24401) 497 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.098873+0000 mgr.smithi092.ygxdfq (mgr.24401) 498 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi090.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.115624+0000 mgr.smithi092.ygxdfq (mgr.24401) 499 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.116910+0000 mgr.smithi092.ygxdfq (mgr.24401) 500 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi090.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.131583+0000 mgr.smithi092.ygxdfq (mgr.24401) 501 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:30.133644+0000 mgr.smithi092.ygxdfq (mgr.24401) 502 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi090.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:30.167795+0000 mgr.smithi092.ygxdfq (mgr.24401) 503 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:30.168482+0000 mgr.smithi092.ygxdfq (mgr.24401) 504 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:31.641030+0000 mon.smithi090 (mon.0) 939 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:31.642991+0000 mon.smithi092 (mon.1) 144 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:17:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:31.643440+0000 mon.smithi090 (mon.0) 940 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:17:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:31.644220+0000 mon.smithi092 (mon.1) 145 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:17:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:31.645021+0000 mon.smithi092 (mon.1) 146 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.097887+0000 mgr.smithi092.ygxdfq (mgr.24401) 497 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.098873+0000 mgr.smithi092.ygxdfq (mgr.24401) 498 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi090.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.115624+0000 mgr.smithi092.ygxdfq (mgr.24401) 499 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.116910+0000 mgr.smithi092.ygxdfq (mgr.24401) 500 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi090.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.131583+0000 mgr.smithi092.ygxdfq (mgr.24401) 501 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:30.133644+0000 mgr.smithi092.ygxdfq (mgr.24401) 502 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi090.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:30.167795+0000 mgr.smithi092.ygxdfq (mgr.24401) 503 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:30.168482+0000 mgr.smithi092.ygxdfq (mgr.24401) 504 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:32.306 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:31.641030+0000 mon.smithi090 (mon.0) 939 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:32.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:31.642991+0000 mon.smithi092 (mon.1) 144 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:17:32.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:31.643440+0000 mon.smithi090 (mon.0) 940 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:17:32.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:31.644220+0000 mon.smithi092 (mon.1) 145 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:17:32.307 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:31 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:31.645021+0000 mon.smithi092 (mon.1) 146 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:32.834 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:33.008 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:31.636214+0000 mgr.smithi092.ygxdfq (mgr.24401) 505 : cephadm [INF] Upgrade: Updating mgr.smithi090.wjxbir 2024-03-11T13:17:33.008 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:31.645964+0000 mgr.smithi092.ygxdfq (mgr.24401) 506 : cephadm [INF] Deploying daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:17:33.008 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:31.792344+0000 mgr.smithi092.ygxdfq (mgr.24401) 507 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:33.008 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:32 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:32.707853+0000 mon.smithi092 (mon.1) 147 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:31.636214+0000 mgr.smithi092.ygxdfq (mgr.24401) 505 : cephadm [INF] Upgrade: Updating mgr.smithi090.wjxbir 2024-03-11T13:17:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:31.645964+0000 mgr.smithi092.ygxdfq (mgr.24401) 506 : cephadm [INF] Deploying daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:17:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:31.792344+0000 mgr.smithi092.ygxdfq (mgr.24401) 507 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:32.707853+0000 mon.smithi092 (mon.1) 147 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:35.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:33.793064+0000 mgr.smithi092.ygxdfq (mgr.24401) 508 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:35.188 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:34 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:33.793064+0000 mgr.smithi092.ygxdfq (mgr.24401) 508 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.010409+0000 mon.smithi090 (mon.0) 941 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.016894+0000 mon.smithi090 (mon.0) 942 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.067819+0000 mon.smithi092 (mon.1) 148 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.388023+0000 mon.smithi090 (mon.0) 943 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.392550+0000 mon.smithi090 (mon.0) 944 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.400017+0000 mon.smithi090 (mon.0) 945 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:35.402786+0000 mon.smithi090 (mon.0) 946 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.339 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:36 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:35.793506+0000 mgr.smithi092.ygxdfq (mgr.24401) 509 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.010409+0000 mon.smithi090 (mon.0) 941 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.016894+0000 mon.smithi090 (mon.0) 942 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.067819+0000 mon.smithi092 (mon.1) 148 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.388023+0000 mon.smithi090 (mon.0) 943 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.392550+0000 mon.smithi090 (mon.0) 944 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.400017+0000 mon.smithi090 (mon.0) 945 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:35.402786+0000 mon.smithi090 (mon.0) 946 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:36.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:35.793506+0000 mgr.smithi092.ygxdfq (mgr.24401) 509 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:37.873 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:38 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:37.793823+0000 mgr.smithi092.ygxdfq (mgr.24401) 510 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:37.793823+0000 mgr.smithi092.ygxdfq (mgr.24401) 510 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:40.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:39.630865+0000 mon.smithi090 (mon.0) 947 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:40.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:39.636303+0000 mon.smithi090 (mon.0) 948 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:40.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:40 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:39.794404+0000 mgr.smithi092.ygxdfq (mgr.24401) 511 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:40.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:39.630865+0000 mon.smithi090 (mon.0) 947 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:40.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:39.636303+0000 mon.smithi090 (mon.0) 948 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:40.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:39.794404+0000 mgr.smithi092.ygxdfq (mgr.24401) 511 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:42.921 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:42.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:41.632919+0000 mon.smithi090 (mon.0) 949 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:41.641244+0000 mon.smithi090 (mon.0) 950 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:41.794922+0000 mgr.smithi092.ygxdfq (mgr.24401) 512 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:42.139238+0000 mon.smithi090 (mon.0) 951 : cluster [DBG] Standby manager daemon smithi090.wjxbir restarted 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:42.139318+0000 mon.smithi090 (mon.0) 952 : cluster [DBG] Standby manager daemon smithi090.wjxbir started 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.142323+0000 mon.smithi090 (mon.0) 953 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/crt"}]: dispatch 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.142748+0000 mon.smithi090 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.144706+0000 mon.smithi090 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/key"}]: dispatch 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.145477+0000 mon.smithi090 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.276830+0000 mon.smithi090 (mon.0) 957 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:42.285208+0000 mon.smithi090 (mon.0) 958 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:41.632919+0000 mon.smithi090 (mon.0) 949 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:41.641244+0000 mon.smithi090 (mon.0) 950 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:41.794922+0000 mgr.smithi092.ygxdfq (mgr.24401) 512 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:42.139238+0000 mon.smithi090 (mon.0) 951 : cluster [DBG] Standby manager daemon smithi090.wjxbir restarted 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:42.139318+0000 mon.smithi090 (mon.0) 952 : cluster [DBG] Standby manager daemon smithi090.wjxbir started 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.142323+0000 mon.smithi090 (mon.0) 953 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/crt"}]: dispatch 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.142748+0000 mon.smithi090 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.144706+0000 mon.smithi090 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi090.wjxbir/key"}]: dispatch 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.145477+0000 mon.smithi090 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.276830+0000 mon.smithi090 (mon.0) 957 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:43.055 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:42.285208+0000 mon.smithi090 (mon.0) 958 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:43.759 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:42.648828+0000 mon.smithi090 (mon.0) 959 : cluster [DBG] mgrmap e30: smithi092.ygxdfq(active, since 11m), standbys: smithi090.wjxbir 2024-03-11T13:17:43.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:42.648828+0000 mon.smithi090 (mon.0) 959 : cluster [DBG] mgrmap e30: smithi092.ygxdfq(active, since 11m), standbys: smithi090.wjxbir 2024-03-11T13:17:44.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:43.795782+0000 mgr.smithi092.ygxdfq (mgr.24401) 513 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:44.967 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:43.795782+0000 mgr.smithi092.ygxdfq (mgr.24401) 513 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.663822+0000 mon.smithi090 (mon.0) 960 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.672213+0000 mon.smithi090 (mon.0) 961 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.674623+0000 mon.smithi092 (mon.1) 149 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.675462+0000 mon.smithi092 (mon.1) 150 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:45.677012+0000 mgr.smithi092.ygxdfq (mgr.24401) 514 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.680163+0000 mon.smithi090 (mon.0) 962 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.690190+0000 mon.smithi090 (mon.0) 963 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.827163+0000 mon.smithi092 (mon.1) 151 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:45.829546+0000 mgr.smithi092.ygxdfq (mgr.24401) 515 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:45.830080+0000 mgr.smithi092.ygxdfq (mgr.24401) 516 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:45.832791+0000 mgr.smithi092.ygxdfq (mgr.24401) 517 : cephadm [INF] Failing over to other MGR 2024-03-11T13:17:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.833012+0000 mon.smithi092 (mon.1) 152 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:45.833522+0000 mon.smithi090 (mon.0) 964 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:45.837680+0000 mon.smithi090 (mon.0) 965 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T13:17:46.979 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.663822+0000 mon.smithi090 (mon.0) 960 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.979 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.672213+0000 mon.smithi090 (mon.0) 961 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.979 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.674623+0000 mon.smithi092 (mon.1) 149 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.675462+0000 mon.smithi092 (mon.1) 150 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:45.677012+0000 mgr.smithi092.ygxdfq (mgr.24401) 514 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.680163+0000 mon.smithi090 (mon.0) 962 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.690190+0000 mon.smithi090 (mon.0) 963 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.827163+0000 mon.smithi092 (mon.1) 151 : audit [DBG] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:45.829546+0000 mgr.smithi092.ygxdfq (mgr.24401) 515 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:45.830080+0000 mgr.smithi092.ygxdfq (mgr.24401) 516 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:45.832791+0000 mgr.smithi092.ygxdfq (mgr.24401) 517 : cephadm [INF] Failing over to other MGR 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.833012+0000 mon.smithi092 (mon.1) 152 : audit [INF] from='mgr.24401 172.21.15.92:0/3113433867' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:45.833522+0000 mon.smithi090 (mon.0) 964 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:46.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:45.837680+0000 mon.smithi090 (mon.0) 965 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:46.670748+0000 mon.smithi090 (mon.0) 966 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.827616+0000 mon.smithi090 (mon.0) 967 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]': finished 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:46.827687+0000 mon.smithi090 (mon.0) 968 : cluster [DBG] mgrmap e31: smithi090.wjxbir(active, starting, since 0.993574s) 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.829100+0000 mon.smithi090 (mon.0) 969 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.829251+0000 mon.smithi090 (mon.0) 970 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:17:47.920 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.829778+0000 mon.smithi090 (mon.0) 971 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.830115+0000 mon.smithi090 (mon.0) 972 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.830428+0000 mon.smithi090 (mon.0) 973 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.830621+0000 mon.smithi090 (mon.0) 974 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.830873+0000 mon.smithi090 (mon.0) 975 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.831085+0000 mon.smithi090 (mon.0) 976 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.831311+0000 mon.smithi090 (mon.0) 977 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.831545+0000 mon.smithi090 (mon.0) 978 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.831808+0000 mon.smithi090 (mon.0) 979 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.832109+0000 mon.smithi090 (mon.0) 980 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.832346+0000 mon.smithi090 (mon.0) 981 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.832584+0000 mon.smithi090 (mon.0) 982 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.832840+0000 mon.smithi090 (mon.0) 983 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:17:47.921 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.833303+0000 mon.smithi090 (mon.0) 984 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:46.864235+0000 mon.smithi090 (mon.0) 985 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.887110+0000 mon.smithi090 (mon.0) 986 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.888728+0000 mon.smithi090 (mon.0) 987 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.914750+0000 mon.smithi090 (mon.0) 988 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.916126+0000 mon.smithi090 (mon.0) 989 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.924291+0000 mon.smithi090 (mon.0) 990 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:17:47.922 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:47 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:46.935137+0000 mon.smithi090 (mon.0) 991 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:46.670748+0000 mon.smithi090 (mon.0) 966 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.827616+0000 mon.smithi090 (mon.0) 967 : audit [INF] from='mgr.24401 ' entity='mgr.smithi092.ygxdfq' cmd='[{"prefix": "mgr fail", "who": "smithi092.ygxdfq"}]': finished 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:46.827687+0000 mon.smithi090 (mon.0) 968 : cluster [DBG] mgrmap e31: smithi090.wjxbir(active, starting, since 0.993574s) 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.829100+0000 mon.smithi090 (mon.0) 969 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.829251+0000 mon.smithi090 (mon.0) 970 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.829778+0000 mon.smithi090 (mon.0) 971 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.830115+0000 mon.smithi090 (mon.0) 972 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.830428+0000 mon.smithi090 (mon.0) 973 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.830621+0000 mon.smithi090 (mon.0) 974 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:17:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.830873+0000 mon.smithi090 (mon.0) 975 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.831085+0000 mon.smithi090 (mon.0) 976 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.831311+0000 mon.smithi090 (mon.0) 977 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.831545+0000 mon.smithi090 (mon.0) 978 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.831808+0000 mon.smithi090 (mon.0) 979 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.832109+0000 mon.smithi090 (mon.0) 980 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.832346+0000 mon.smithi090 (mon.0) 981 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.832584+0000 mon.smithi090 (mon.0) 982 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.832840+0000 mon.smithi090 (mon.0) 983 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.833303+0000 mon.smithi090 (mon.0) 984 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:46.864235+0000 mon.smithi090 (mon.0) 985 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.887110+0000 mon.smithi090 (mon.0) 986 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.888728+0000 mon.smithi090 (mon.0) 987 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.914750+0000 mon.smithi090 (mon.0) 988 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:47.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.916126+0000 mon.smithi090 (mon.0) 989 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:17:47.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.924291+0000 mon.smithi090 (mon.0) 990 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:17:47.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:47 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:46.935137+0000 mon.smithi090 (mon.0) 991 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:17:47.956 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:47.231454+0000 mgr.smithi090.wjxbir (mgr.15264) 1 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Bus STARTING 2024-03-11T13:17:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:47.334666+0000 mgr.smithi090.wjxbir (mgr.15264) 2 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:17:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:47.449371+0000 mgr.smithi090.wjxbir (mgr.15264) 3 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:17:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:47.449539+0000 mgr.smithi090.wjxbir (mgr.15264) 4 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Bus STARTED 2024-03-11T13:17:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:47.829577+0000 mon.smithi090 (mon.0) 992 : cluster [DBG] mgrmap e32: smithi090.wjxbir(active, since 1.99547s) 2024-03-11T13:17:49.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:47.845281+0000 mgr.smithi090.wjxbir (mgr.15264) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:47.231454+0000 mgr.smithi090.wjxbir (mgr.15264) 1 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Bus STARTING 2024-03-11T13:17:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:47.334666+0000 mgr.smithi090.wjxbir (mgr.15264) 2 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:17:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:47.449371+0000 mgr.smithi090.wjxbir (mgr.15264) 3 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:17:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:47.449539+0000 mgr.smithi090.wjxbir (mgr.15264) 4 : cephadm [INF] [11/Mar/2024:13:17:47] ENGINE Bus STARTED 2024-03-11T13:17:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:47.829577+0000 mon.smithi090 (mon.0) 992 : cluster [DBG] mgrmap e32: smithi090.wjxbir(active, since 1.99547s) 2024-03-11T13:17:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:48 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:47.845281+0000 mgr.smithi090.wjxbir (mgr.15264) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:48.825503+0000 mon.smithi090 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:17:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:48.825563+0000 mon.smithi090 (mon.0) 994 : cluster [INF] Cluster is now healthy 2024-03-11T13:17:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:48.831922+0000 mgr.smithi090.wjxbir (mgr.15264) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:49 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:48.834213+0000 mon.smithi090 (mon.0) 995 : cluster [DBG] mgrmap e33: smithi090.wjxbir(active, since 3s) 2024-03-11T13:17:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:48.825503+0000 mon.smithi090 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:17:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:48.825563+0000 mon.smithi090 (mon.0) 994 : cluster [INF] Cluster is now healthy 2024-03-11T13:17:50.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:48.831922+0000 mgr.smithi090.wjxbir (mgr.15264) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:50.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:48.834213+0000 mon.smithi090 (mon.0) 995 : cluster [DBG] mgrmap e33: smithi090.wjxbir(active, since 3s) 2024-03-11T13:17:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:50.832263+0000 mgr.smithi090.wjxbir (mgr.15264) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:50.839445+0000 mon.smithi090 (mon.0) 996 : cluster [DBG] mgrmap e34: smithi090.wjxbir(active, since 5s) 2024-03-11T13:17:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:51.648092+0000 mon.smithi090 (mon.0) 997 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:51 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:51.652404+0000 mon.smithi090 (mon.0) 998 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:50.832263+0000 mgr.smithi090.wjxbir (mgr.15264) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:50.839445+0000 mon.smithi090 (mon.0) 996 : cluster [DBG] mgrmap e34: smithi090.wjxbir(active, since 5s) 2024-03-11T13:17:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:51.648092+0000 mon.smithi090 (mon.0) 997 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:51 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:51.652404+0000 mon.smithi090 (mon.0) 998 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:52.474 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:17:52.997 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (8m) 11s ago 19m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (19m) 11s ago 19m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (18m) 1s ago 18m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (6m) 11s ago 19m 33.7M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (14m) 11s ago 14m 38.5M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (14m) 1s ago 14m 15.6M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (18s) 11s ago 21m 75.7M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:17:53.138 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283 running (12m) 1s ago 18m 61.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 14a8c027dba0 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (21m) 11s ago 21m 73.9M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (18m) 1s ago 18m 55.4M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (11m) 11s ago 11m 77.5M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (11m) 1s ago 11m 78.5M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (4m) 11s ago 19m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (23s) 1s ago 18m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (18m) 11s ago 18m 383M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (17m) 11s ago 17m 296M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (17m) 11s ago 17m 278M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (16m) 11s ago 16m 357M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (16m) 1s ago 16m 374M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (16m) 1s ago 16m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:17:53.139 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (16m) 1s ago 16m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:17:53.140 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (15m) 1s ago 15m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:17:53.140 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 error 11s ago 19m - - 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:53.544 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:17:53.545 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:52.337051+0000 mon.smithi090 (mon.0) 999 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:52.343421+0000 mon.smithi090 (mon.0) 1000 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:52.461370+0000 mgr.smithi090.wjxbir (mgr.15264) 8 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:52.800175+0000 mgr.smithi090.wjxbir (mgr.15264) 9 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:52.832574+0000 mgr.smithi090.wjxbir (mgr.15264) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.216740+0000 mon.smithi090 (mon.0) 1001 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.220630+0000 mon.smithi090 (mon.0) 1002 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:52.337051+0000 mon.smithi090 (mon.0) 999 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:52.343421+0000 mon.smithi090 (mon.0) 1000 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:52.461370+0000 mgr.smithi090.wjxbir (mgr.15264) 8 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:52.800175+0000 mgr.smithi090.wjxbir (mgr.15264) 9 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:52.832574+0000 mgr.smithi090.wjxbir (mgr.15264) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.216740+0000 mon.smithi090 (mon.0) 1001 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.220630+0000 mon.smithi090 (mon.0) 1002 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:53.902 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:17:53.902 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:17:53.902 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:17:53.902 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr" 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "2/23 daemons upgraded", 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:17:53.903 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:17:54.316 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.127156+0000 mgr.smithi090.wjxbir (mgr.15264) 11 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.542941+0000 mon.smithi090 (mon.0) 1003 : audit [DBG] from='client.? 172.21.15.90:0/2756495819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.860272+0000 mon.smithi090 (mon.0) 1004 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.864001+0000 mon.smithi090 (mon.0) 1005 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:54.051474+0000 mon.smithi090 (mon.0) 1006 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:17:54.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.053834+0000 mon.smithi092 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:17:54.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.054692+0000 mon.smithi092 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:17:54.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.056944+0000 mon.smithi092 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:17:54.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.057267+0000 mon.smithi092 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:17:54.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.314773+0000 mon.smithi092 (mon.1) 157 : audit [DBG] from='client.? 172.21.15.90:0/1128384048' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:17:54.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.127156+0000 mgr.smithi090.wjxbir (mgr.15264) 11 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.542941+0000 mon.smithi090 (mon.0) 1003 : audit [DBG] from='client.? 172.21.15.90:0/2756495819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.860272+0000 mon.smithi090 (mon.0) 1004 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.864001+0000 mon.smithi090 (mon.0) 1005 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:54.051474+0000 mon.smithi090 (mon.0) 1006 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.053834+0000 mon.smithi092 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.054692+0000 mon.smithi092 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.056944+0000 mon.smithi092 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.057267+0000 mon.smithi092 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.92:0/2655355503' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:17:54.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.314773+0000 mon.smithi092 (mon.1) 157 : audit [DBG] from='client.? 172.21.15.90:0/1128384048' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:17:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:53.901244+0000 mgr.smithi090.wjxbir (mgr.15264) 12 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:54.833186+0000 mgr.smithi090.wjxbir (mgr.15264) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-03-11T13:17:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:54.871294+0000 mon.smithi090 (mon.0) 1007 : cluster [DBG] mgrmap e35: smithi090.wjxbir(active, since 9s), standbys: smithi092.ygxdfq 2024-03-11T13:17:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:55 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:54.871413+0000 mon.smithi090 (mon.0) 1008 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:56.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:53.901244+0000 mgr.smithi090.wjxbir (mgr.15264) 12 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:17:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:54.833186+0000 mgr.smithi090.wjxbir (mgr.15264) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-03-11T13:17:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:54.871294+0000 mon.smithi090 (mon.0) 1007 : cluster [DBG] mgrmap e35: smithi090.wjxbir(active, since 9s), standbys: smithi092.ygxdfq 2024-03-11T13:17:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:55 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:54.871413+0000 mon.smithi090 (mon.0) 1008 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:17:58.028 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:17:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:56.833602+0000 mgr.smithi090.wjxbir (mgr.15264) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-03-11T13:17:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:57.191454+0000 mon.smithi090 (mon.0) 1009 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:57.195189+0000 mon.smithi090 (mon.0) 1010 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:57.196303+0000 mon.smithi090 (mon.0) 1011 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:57.196947+0000 mon.smithi090 (mon.0) 1012 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:17:58.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:56.833602+0000 mgr.smithi090.wjxbir (mgr.15264) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-03-11T13:17:58.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:57.191454+0000 mon.smithi090 (mon.0) 1009 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:58.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:57.195189+0000 mon.smithi090 (mon.0) 1010 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:58.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:57.196303+0000 mon.smithi090 (mon.0) 1011 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:17:58.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:57 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:57.196947+0000 mon.smithi090 (mon.0) 1012 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.197866+0000 mgr.smithi090.wjxbir (mgr.15264) 15 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.198028+0000 mgr.smithi090.wjxbir (mgr.15264) 16 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.462454+0000 mgr.smithi090.wjxbir (mgr.15264) 17 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.512413+0000 mgr.smithi090.wjxbir (mgr.15264) 18 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.677036+0000 mgr.smithi090.wjxbir (mgr.15264) 19 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.776869+0000 mgr.smithi090.wjxbir (mgr.15264) 20 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.209629+0000 mon.smithi090 (mon.0) 1013 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.213584+0000 mon.smithi090 (mon.0) 1014 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.310680+0000 mon.smithi090 (mon.0) 1015 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.315081+0000 mon.smithi090 (mon.0) 1016 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.321315+0000 mon.smithi090 (mon.0) 1017 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:58 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:17:58.329197+0000 mon.smithi090 (mon.0) 1018 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.197866+0000 mgr.smithi090.wjxbir (mgr.15264) 15 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.198028+0000 mgr.smithi090.wjxbir (mgr.15264) 16 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.462454+0000 mgr.smithi090.wjxbir (mgr.15264) 17 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.512413+0000 mgr.smithi090.wjxbir (mgr.15264) 18 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.677036+0000 mgr.smithi090.wjxbir (mgr.15264) 19 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.776869+0000 mgr.smithi090.wjxbir (mgr.15264) 20 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:17:59.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.209629+0000 mon.smithi090 (mon.0) 1013 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.213584+0000 mon.smithi090 (mon.0) 1014 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.310680+0000 mon.smithi090 (mon.0) 1015 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.315081+0000 mon.smithi090 (mon.0) 1016 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.321315+0000 mon.smithi090 (mon.0) 1017 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:17:59.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:17:58.329197+0000 mon.smithi090 (mon.0) 1018 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:57.941256+0000 mgr.smithi090.wjxbir (mgr.15264) 21 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:58.042406+0000 mgr.smithi090.wjxbir (mgr.15264) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:58.316134+0000 mgr.smithi090.wjxbir (mgr.15264) 23 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:58.426281+0000 mgr.smithi090.wjxbir (mgr.15264) 24 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:17:58.649880+0000 mgr.smithi090.wjxbir (mgr.15264) 25 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:17:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:17:59.313863+0000 mon.smithi090 (mon.0) 1019 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:00.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:57.941256+0000 mgr.smithi090.wjxbir (mgr.15264) 21 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:00.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:58.042406+0000 mgr.smithi090.wjxbir (mgr.15264) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:00.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:58.316134+0000 mgr.smithi090.wjxbir (mgr.15264) 23 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:58.426281+0000 mgr.smithi090.wjxbir (mgr.15264) 24 : cephadm [INF] Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:17:58.649880+0000 mgr.smithi090.wjxbir (mgr.15264) 25 : cephadm [INF] Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:17:59 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:17:59.313863+0000 mon.smithi090 (mon.0) 1019 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:01 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:00.316533+0000 mgr.smithi090.wjxbir (mgr.15264) 26 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:02.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:01 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:00.316533+0000 mgr.smithi090.wjxbir (mgr.15264) 26 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:03.073 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:01.912488+0000 mon.smithi090 (mon.0) 1020 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:02.535458+0000 mon.smithi090 (mon.0) 1021 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:02.541637+0000 mon.smithi090 (mon.0) 1022 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:02.583032+0000 mon.smithi090 (mon.0) 1023 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:18:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:02.589330+0000 mon.smithi090 (mon.0) 1024 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:03.143 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:01.912488+0000 mon.smithi090 (mon.0) 1020 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:03.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:02.535458+0000 mon.smithi090 (mon.0) 1021 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:03.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:02.541637+0000 mon.smithi090 (mon.0) 1022 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:03.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:02.583032+0000 mon.smithi090 (mon.0) 1023 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:18:03.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:02.589330+0000 mon.smithi090 (mon.0) 1024 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:04.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:02.317101+0000 mgr.smithi090.wjxbir (mgr.15264) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:04.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:02.583545+0000 mgr.smithi090.wjxbir (mgr.15264) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:18:04.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:02.317101+0000 mgr.smithi090.wjxbir (mgr.15264) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:04.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:03 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:02.583545+0000 mgr.smithi090.wjxbir (mgr.15264) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:18:05.178 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:04.059051+0000 mon.smithi090 (mon.0) 1025 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:18:05.178 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:04.060071+0000 mon.smithi090 (mon.0) 1026 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:18:05.178 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:04.060892+0000 mon.smithi090 (mon.0) 1027 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:04.059051+0000 mon.smithi090 (mon.0) 1025 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:18:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:04.060071+0000 mon.smithi090 (mon.0) 1026 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:18:05.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:04 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:04.060892+0000 mon.smithi090 (mon.0) 1027 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:06.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:04.058510+0000 mgr.smithi090.wjxbir (mgr.15264) 29 : cephadm [INF] Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:18:06.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:04.061805+0000 mgr.smithi090.wjxbir (mgr.15264) 30 : cephadm [INF] Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:18:06.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:04.317715+0000 mgr.smithi090.wjxbir (mgr.15264) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:06.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:18:04.058510+0000 mgr.smithi090.wjxbir (mgr.15264) 29 : cephadm [INF] Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:18:06.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:18:04.061805+0000 mgr.smithi090.wjxbir (mgr.15264) 30 : cephadm [INF] Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:18:06.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:04.317715+0000 mgr.smithi090.wjxbir (mgr.15264) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:08.113 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:06.318114+0000 mgr.smithi090.wjxbir (mgr.15264) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:07.415458+0000 mon.smithi090 (mon.0) 1028 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:08.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:07.419925+0000 mon.smithi090 (mon.0) 1029 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:08.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:07.433833+0000 mon.smithi090 (mon.0) 1030 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:08.215 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:06.318114+0000 mgr.smithi090.wjxbir (mgr.15264) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:08.215 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:07.415458+0000 mon.smithi090 (mon.0) 1028 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:08.215 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:07.419925+0000 mon.smithi090 (mon.0) 1029 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:08.216 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:07 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:07.433833+0000 mon.smithi090 (mon.0) 1030 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:09 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:08.318788+0000 mgr.smithi090.wjxbir (mgr.15264) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 356 B/s rd, 267 B/s wr, 0 op/s 2024-03-11T13:18:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:08.318788+0000 mgr.smithi090.wjxbir (mgr.15264) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 356 B/s rd, 267 B/s wr, 0 op/s 2024-03-11T13:18:11.887 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:10.319116+0000 mgr.smithi090.wjxbir (mgr.15264) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:11.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:11.711432+0000 mon.smithi090 (mon.0) 1031 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:11.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:11.715502+0000 mon.smithi090 (mon.0) 1032 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:10.319116+0000 mgr.smithi090.wjxbir (mgr.15264) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:11.711432+0000 mon.smithi090 (mon.0) 1031 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:11 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:11.715502+0000 mon.smithi090 (mon.0) 1032 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.161 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:13.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:12.319519+0000 mgr.smithi090.wjxbir (mgr.15264) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:13.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:12.400207+0000 mon.smithi090 (mon.0) 1033 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:12.404584+0000 mon.smithi090 (mon.0) 1034 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.581 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:13.318997+0000 mon.smithi090 (mon.0) 1035 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:13.323233+0000 mon.smithi090 (mon.0) 1036 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.813 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:12.319519+0000 mgr.smithi090.wjxbir (mgr.15264) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:13.813 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:12.400207+0000 mon.smithi090 (mon.0) 1033 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.813 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:12.404584+0000 mon.smithi090 (mon.0) 1034 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.813 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:13.318997+0000 mon.smithi090 (mon.0) 1035 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:13.813 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:13.323233+0000 mon.smithi090 (mon.0) 1036 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:15.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:14.320193+0000 mgr.smithi090.wjxbir (mgr.15264) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:15.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:14.445305+0000 mon.smithi090 (mon.0) 1037 : cluster [DBG] Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:14.445427+0000 mon.smithi090 (mon.0) 1038 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:14.447618+0000 mon.smithi092 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:18:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:14.448509+0000 mon.smithi092 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:18:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:14.450728+0000 mon.smithi092 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:18:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:14.451124+0000 mon.smithi092 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:14.320193+0000 mgr.smithi090.wjxbir (mgr.15264) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:14.445305+0000 mon.smithi090 (mon.0) 1037 : cluster [DBG] Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:14.445427+0000 mon.smithi090 (mon.0) 1038 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:14.447618+0000 mon.smithi092 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:14.448509+0000 mon.smithi092 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:14.450728+0000 mon.smithi092 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:18:15.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:14.451124+0000 mon.smithi092 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.92:0/1858602267' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:15.413807+0000 mon.smithi090 (mon.0) 1039 : cluster [DBG] mgrmap e36: smithi090.wjxbir(active, since 29s), standbys: smithi092.ygxdfq 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.732619+0000 mon.smithi090 (mon.0) 1040 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.737259+0000 mon.smithi090 (mon.0) 1041 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.738141+0000 mon.smithi090 (mon.0) 1042 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.738984+0000 mon.smithi090 (mon.0) 1043 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:15.740464+0000 mgr.smithi090.wjxbir (mgr.15264) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-03-11T13:18:16.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:15.740708+0000 mgr.smithi090.wjxbir (mgr.15264) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.747128+0000 mon.smithi090 (mon.0) 1044 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.756687+0000 mon.smithi090 (mon.0) 1045 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.892567+0000 mon.smithi090 (mon.0) 1046 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.894863+0000 mon.smithi090 (mon.0) 1047 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:15.895479+0000 mgr.smithi090.wjxbir (mgr.15264) 39 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.901809+0000 mon.smithi090 (mon.0) 1048 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.902529+0000 mon.smithi090 (mon.0) 1049 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi090.wjxbir"}]: dispatch 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.908237+0000 mon.smithi090 (mon.0) 1050 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi090.wjxbir"}]': finished 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.908797+0000 mon.smithi090 (mon.0) 1051 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi092.ygxdfq"}]: dispatch 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.914108+0000 mon.smithi090 (mon.0) 1052 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi092.ygxdfq"}]': finished 2024-03-11T13:18:16.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:15.915035+0000 mon.smithi090 (mon.0) 1053 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:15.413807+0000 mon.smithi090 (mon.0) 1039 : cluster [DBG] mgrmap e36: smithi090.wjxbir(active, since 29s), standbys: smithi092.ygxdfq 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.732619+0000 mon.smithi090 (mon.0) 1040 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.737259+0000 mon.smithi090 (mon.0) 1041 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.738141+0000 mon.smithi090 (mon.0) 1042 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.738984+0000 mon.smithi090 (mon.0) 1043 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:16.700 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:15.740464+0000 mgr.smithi090.wjxbir (mgr.15264) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:15.740708+0000 mgr.smithi090.wjxbir (mgr.15264) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.747128+0000 mon.smithi090 (mon.0) 1044 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.756687+0000 mon.smithi090 (mon.0) 1045 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.892567+0000 mon.smithi090 (mon.0) 1046 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.894863+0000 mon.smithi090 (mon.0) 1047 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:18:15.895479+0000 mgr.smithi090.wjxbir (mgr.15264) 39 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.901809+0000 mon.smithi090 (mon.0) 1048 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.902529+0000 mon.smithi090 (mon.0) 1049 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi090.wjxbir"}]: dispatch 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.908237+0000 mon.smithi090 (mon.0) 1050 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi090.wjxbir"}]': finished 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.908797+0000 mon.smithi090 (mon.0) 1051 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi092.ygxdfq"}]: dispatch 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.914108+0000 mon.smithi090 (mon.0) 1052 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi092.ygxdfq"}]': finished 2024-03-11T13:18:16.701 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:16 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:15.915035+0000 mon.smithi090 (mon.0) 1053 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T13:18:17.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:16.912667+0000 mon.smithi090 (mon.0) 1054 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:17.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:17.386227+0000 mon.smithi090 (mon.0) 1055 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:17.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:17.386858+0000 mon.smithi090 (mon.0) 1056 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:17.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:17.387339+0000 mon.smithi090 (mon.0) 1057 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:17.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: audit 2024-03-11T13:18:17.387801+0000 mon.smithi090 (mon.0) 1058 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:16.912667+0000 mon.smithi090 (mon.0) 1054 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:17.386227+0000 mon.smithi090 (mon.0) 1055 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:17.386858+0000 mon.smithi090 (mon.0) 1056 : audit [INF] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:17.387339+0000 mon.smithi090 (mon.0) 1057 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:17.387801+0000 mon.smithi090 (mon.0) 1058 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:18.204 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:18.775 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:18:17.381702+0000 mgr.smithi090.wjxbir (mgr.15264) 40 : cephadm [INF] Upgrade: Updating mon.smithi090 2024-03-11T13:18:18.775 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cephadm 2024-03-11T13:18:17.388434+0000 mgr.smithi090.wjxbir (mgr.15264) 41 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-03-11T13:18:18.775 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: cluster 2024-03-11T13:18:17.740994+0000 mgr.smithi090.wjxbir (mgr.15264) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 108 B/s wr, 0 op/s 2024-03-11T13:18:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:18 smithi090 systemd[1]: Stopping Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:18:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:17.381702+0000 mgr.smithi090.wjxbir (mgr.15264) 40 : cephadm [INF] Upgrade: Updating mon.smithi090 2024-03-11T13:18:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:17.388434+0000 mgr.smithi090.wjxbir (mgr.15264) 41 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-03-11T13:18:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:17.740994+0000 mgr.smithi090.wjxbir (mgr.15264) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 108 B/s wr, 0 op/s 2024-03-11T13:18:19.500 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T13:18:19.136+0000 7fbc4b1b9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi090 -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-11T13:18:19.500 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090[35232]: debug 2024-03-11T13:18:19.136+0000 7fbc4b1b9700 -1 mon.smithi090@0(leader) e2 *** Got Signal Terminated *** 2024-03-11T13:18:19.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:19 smithi090 bash[92027]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi090 2024-03-11T13:18:20.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service: Succeeded. 2024-03-11T13:18:20.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 systemd[1]: Stopped Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:18:20.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 systemd[1]: Starting Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: set uid:gid to 167:167 (ceph:ceph) 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable), process ceph-mon, pid 7 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: pidfile_write: ignore empty --pid-file 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: load: jerasure load: lrc 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: RocksDB version: 7.9.2 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Git sha 0 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Compile date 2024-03-11 06:20:13 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: DB SUMMARY 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: DB Session ID: Q5GKD8AMFC7FR75W0Q1H 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: CURRENT file: CURRENT 2024-03-11T13:18:21.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: IDENTITY file: IDENTITY 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1725 Bytes 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi090/store.db dir, Total Num: 1, files: 000035.sst 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi090/store.db: 000033.log size: 4988396 ; 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.error_if_exists: 0 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.create_if_missing: 0 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.paranoid_checks: 1 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.env: 0x564e92a4f720 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.fs: PosixFileSystem 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.info_log: 0x564e9583b380 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_file_opening_threads: 16 2024-03-11T13:18:21.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.statistics: (nil) 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.use_fsync: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_log_file_size: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.keep_log_file_num: 1000 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.recycle_log_file_num: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_fallocate: 1 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_mmap_reads: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_mmap_writes: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.use_direct_reads: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.create_missing_column_families: 0 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.db_log_dir: 2024-03-11T13:18:21.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.wal_dir: 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.advise_random_on_open: 1 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.db_write_buffer_size: 0 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.write_buffer_manager: 0x564e94ab4140 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.rate_limiter: (nil) 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T13:18:21.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.wal_recovery_mode: 2 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enable_thread_tracking: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enable_pipelined_write: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.unordered_write: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.row_cache: None 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.wal_filter: None 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_ingest_behind: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.two_write_queues: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.manual_wal_flush: 0 2024-03-11T13:18:21.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.wal_compression: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.atomic_flush: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.log_readahead_size: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.best_efforts_recovery: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.allow_data_in_errors: 0 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.db_host_id: __hostname__ 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_background_jobs: 2 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_background_compactions: -1 2024-03-11T13:18:21.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_subcompactions: 1 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_total_wal_size: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_open_files: -1 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bytes_per_sync: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_readahead_size: 0 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_background_flushes: -1 2024-03-11T13:18:21.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Compression algorithms supported: 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kZSTD supported: 0 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kXpressCompression supported: 0 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kLZ4HCCompression supported: 1 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kZlibCompression supported: 1 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kSnappyCompression supported: 1 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kLZ4Compression supported: 1 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: kBZip2Compression supported: 0 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000008 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T13:18:21.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.merge_operator: 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_filter: None 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_filter_factory: None 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.sst_partitioner_factory: None 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e9583b4a0) 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: cache_index_and_filter_blocks: 1 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: pin_top_level_index_and_filter: 1 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: index_type: 0 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: data_block_index_type: 0 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: index_shortening: 1 2024-03-11T13:18:21.110 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: checksum: 4 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: no_block_cache: 0 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_cache: 0x564e94b551f0 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_cache_name: BinnedLRUCache 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_cache_options: 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: capacity : 536870912 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: num_shard_bits : 4 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: strict_capacity_limit : 0 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: high_pri_pool_ratio: 0.000 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_cache_compressed: (nil) 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: persistent_cache: (nil) 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_size: 4096 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_size_deviation: 10 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_restart_interval: 16 2024-03-11T13:18:21.111 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: index_block_restart_interval: 1 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: metadata_block_size: 4096 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: partition_filters: 0 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: use_delta_encoding: 1 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: filter_policy: bloomfilter 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: whole_key_filtering: 1 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: verify_compression: 0 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: read_amp_bytes_per_bit: 0 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: format_version: 5 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: enable_index_compression: 1 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: block_align: 0 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: max_auto_readahead_size: 262144 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: prepopulate_block_cache: 0 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: initial_auto_readahead_size: 8192 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: num_file_reads_for_auto_readahead: 2 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.write_buffer_size: 33554432 2024-03-11T13:18:21.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_write_buffer_number: 2 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression: NoCompression 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression: Disabled 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.prefix_extractor: nullptr 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.num_levels: 7 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T13:18:21.113 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T13:18:21.114 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-11T13:18:21.114 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T13:18:21.114 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.level: 32767 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.strategy: 0 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.enabled: false 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T13:18:21.115 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.target_file_size_base: 67108864 2024-03-11T13:18:21.116 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T13:18:21.116 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T13:18:21.116 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T13:18:21.116 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.arena_block_size: 1048576 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T13:18:21.117 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.disable_auto_compactions: 0 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.table_properties_collectors: 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.inplace_update_support: 0 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T13:18:21.118 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.bloom_locality: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.max_successive_merges: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.paranoid_file_checks: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.force_consistency_checks: 1 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.report_bg_io_stats: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.ttl: 2592000 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enable_blob_files: false 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.min_blob_size: 0 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_file_size: 268435456 2024-03-11T13:18:21.119 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.blob_file_starting_level: 0 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: 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-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18636, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 97cf6eaf-40dc-44f0-bc08-05d8202df158 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163100631603, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163100648649, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 4721405, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18637, "largest_seqno": 19624, "table_properties": {"data_size": 4714925, "index_size": 4629, "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": 6741, "raw_average_key_size": 20, "raw_value_size": 4705261, "raw_average_value_size": 14345, "num_data_blocks": 208, "num_entries": 328, "num_filter_entries": 328, "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": 1710163100, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "97cf6eaf-40dc-44f0-bc08-05d8202df158", "db_session_id": "Q5GKD8AMFC7FR75W0Q1H", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-03-11T13:18:21.120 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163100648753, "job": 1, "event": "recovery_finished"} 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi090/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e94bf2000 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: DB pointer 0x564e94be0000 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: ** DB Stats ** 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.121 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: ** Compaction Stats [default] ** 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: L0 1/0 4.50 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: L6 1/0 29.34 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-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Sum 2/0 33.84 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.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 572.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: ** Compaction Stats [default] ** 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.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 572.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.122 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Cumulative compaction: 0.00 GB write, 226.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Interval compaction: 0.00 GB write, 226.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Block cache BinnedLRUCache@0x564e94b551f0#7 capacity: 512.00 MB usage: 5.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,5.08 KB,0.000968575%) Misc(1,0.00 KB,0%) 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: starting mon.smithi090 rank 0 at public addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] at bind addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi090 fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???) e2 preinit fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:21.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).mds e8 new map 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).mds e8 print_map 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: e8 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: legacy client fscid: 1 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Filesystem 'foofs' (1) 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: fs_name foofs 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: epoch 5 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: created 2024-03-11T13:03:36.150801+0000 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: modified 2024-03-11T13:03:41.172139+0000 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: tableserver 0 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: root 0 2024-03-11T13:18:21.124 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: session_timeout 60 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: session_autoclose 300 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: max_file_size 1099511627776 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: max_xattr_size 65536 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: required_client_features {} 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: last_failure 0 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: last_failure_osd_epoch 0 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.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-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: max_mds 1 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: in 0 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: up {0=14506} 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: failed 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: damaged 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: stopped 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: data_pools [3] 2024-03-11T13:18:21.125 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: metadata_pool 2 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: inline_data disabled 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: balancer 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: bal_rank_mask -1 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: standby_count_wanted 1 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: [mds.foofs.smithi090.ptpmbq{0:14506} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: Standby daemons: 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout: [mds.foofs.smithi092.tkfcpv{-1:24285} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:21.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:21.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 ceph-mon[92248]: mon.smithi090@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2024-03-11T13:18:21.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 bash[92210]: a334578dd8fac1258b4d8fad9ad081415deb9788e905bacac599256cdd4aa250 2024-03-11T13:18:21.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:20 smithi090 systemd[1]: Started Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:18:23.238 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:24.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:19.145475+0000 mon.smithi092 (mon.1) 162 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:18:24.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:19.146318+0000 mon.smithi092 (mon.1) 163 : audit [DBG] from='mgr.15264 172.21.15.90:0/4290770873' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:18:24.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:19.741543+0000 mgr.smithi090.wjxbir (mgr.15264) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:21.741929+0000 mgr.smithi090.wjxbir (mgr.15264) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.666023+0000 mon.smithi090 (mon.0) 1 : cluster [INF] mon.smithi090 calling monitor election 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.679999+0000 mon.smithi090 (mon.0) 2 : cluster [INF] mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.685441+0000 mon.smithi090 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.686050+0000 mon.smithi090 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.686082+0000 mon.smithi090 (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.687056+0000 mon.smithi090 (mon.0) 6 : cluster [DBG] mgrmap e36: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.696130+0000 mon.smithi090 (mon.0) 7 : cluster [DBG] mgrmap e37: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.696177+0000 mon.smithi090 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.696214+0000 mon.smithi090 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:23.696228+0000 mon.smithi090 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:24.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:23.696307+0000 mon.smithi090 (mon.0) 11 : audit [INF] from='mgr.15264 ' entity='' 2024-03-11T13:18:25.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:24.698505+0000 mon.smithi090 (mon.0) 12 : cluster [DBG] mgrmap e38: smithi090.wjxbir(active, since 38s), standbys: smithi092.ygxdfq 2024-03-11T13:18:28.287 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:30.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.469683+0000 mon.smithi090 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.469811+0000 mon.smithi090 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.471911+0000 mon.smithi090 (mon.0) 15 : audit [DBG] from='mgr.? 172.21.15.92:0/1610602840' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/crt"}]: dispatch 2024-03-11T13:18:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.472417+0000 mon.smithi090 (mon.0) 16 : audit [DBG] from='mgr.? 172.21.15.92:0/1610602840' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T13:18:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.474503+0000 mon.smithi090 (mon.0) 17 : audit [DBG] from='mgr.? 172.21.15.92:0/1610602840' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.ygxdfq/key"}]: dispatch 2024-03-11T13:18:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.475453+0000 mon.smithi090 (mon.0) 18 : audit [DBG] from='mgr.? 172.21.15.92:0/1610602840' entity='mgr.smithi092.ygxdfq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T13:18:31.601 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.524789+0000 mon.smithi090 (mon.0) 19 : cluster [DBG] mgrmap e39: smithi090.wjxbir(active, since 44s), standbys: smithi092.ygxdfq 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.573997+0000 mon.smithi090 (mon.0) 20 : cluster [INF] Active manager daemon smithi090.wjxbir restarted 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.574368+0000 mon.smithi090 (mon.0) 21 : cluster [INF] Activating manager daemon smithi090.wjxbir 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.582965+0000 mon.smithi090 (mon.0) 22 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.583259+0000 mon.smithi090 (mon.0) 23 : cluster [DBG] mgrmap e40: smithi090.wjxbir(active, starting, since 0.00898887s), standbys: smithi092.ygxdfq 2024-03-11T13:18:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.585049+0000 mon.smithi090 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.585261+0000 mon.smithi090 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.586803+0000 mon.smithi090 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587009+0000 mon.smithi090 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587293+0000 mon.smithi090 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587429+0000 mon.smithi090 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587645+0000 mon.smithi090 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587811+0000 mon.smithi090 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.587999+0000 mon.smithi090 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.588241+0000 mon.smithi090 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.588463+0000 mon.smithi090 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.588689+0000 mon.smithi090 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.588953+0000 mon.smithi090 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:18:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.589102+0000 mon.smithi090 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.589290+0000 mon.smithi090 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.589540+0000 mon.smithi090 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.590297+0000 mon.smithi090 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:30.608827+0000 mon.smithi090 (mon.0) 41 : cluster [INF] Manager daemon smithi090.wjxbir is now available 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.630677+0000 mon.smithi090 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.632752+0000 mon.smithi090 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.655563+0000 mon.smithi090 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.663931+0000 mon.smithi090 (mon.0) 45 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:18:31.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:30.672849+0000 mon.smithi090 (mon.0) 46 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (9m) 18s ago 20m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (20m) 18s ago 20m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (19m) 20s ago 19m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (7m) 18s ago 20m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (14m) 18s ago 14m 39.0M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:18:32.289 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (14m) 20s ago 14m 15.8M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (57s) 18s ago 21m 491M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (25s) 20s ago 19m 51.9M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (22m) 18s ago 22m 78.0M 2048M 16.2.5 6933c2a0b7dd 0013a855726d 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (19m) 20s ago 19m 58.0M 2048M 16.2.5 6933c2a0b7dd b575e2558f65 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (12m) 18s ago 12m 77.7M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (12m) 20s ago 12m 78.5M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (5m) 18s ago 19m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (62s) 20s ago 19m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (18m) 18s ago 18m 383M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (18m) 18s ago 18m 297M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (18m) 18s ago 18m 279M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:18:32.290 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (17m) 18s ago 17m 357M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:18:32.291 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (17m) 20s ago 17m 374M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:18:32.291 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (17m) 20s ago 17m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:18:32.291 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (16m) 20s ago 16m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:18:32.291 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (16m) 20s ago 16m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:18:32.291 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 18s ago 19m - - 2024-03-11T13:18:32.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:30.999840+0000 mgr.smithi090.wjxbir (mgr.34104) 1 : cephadm [INF] [11/Mar/2024:13:18:30] ENGINE Bus STARTING 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:31.101836+0000 mgr.smithi090.wjxbir (mgr.34104) 2 : cephadm [INF] [11/Mar/2024:13:18:31] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:31.215510+0000 mgr.smithi090.wjxbir (mgr.34104) 3 : cephadm [INF] [11/Mar/2024:13:18:31] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:31.215695+0000 mgr.smithi090.wjxbir (mgr.34104) 4 : cephadm [INF] [11/Mar/2024:13:18:31] ENGINE Bus STARTED 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:31.583589+0000 mon.smithi090 (mon.0) 47 : cluster [DBG] mgrmap e41: smithi090.wjxbir(active, since 1.00932s), standbys: smithi092.ygxdfq 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:31.583755+0000 mgr.smithi090.wjxbir (mgr.34104) 5 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:31.591635+0000 mgr.smithi090.wjxbir (mgr.34104) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:32.705 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:18:32.705 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:18:32.706 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:18:32.707 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-03-11T13:18:32.707 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 3 2024-03-11T13:18:32.707 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:18:32.707 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:18:33.043 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr" 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "2/23 daemons upgraded", 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:18:33.044 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:18:33.320 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:33.454 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_OK 2024-03-11T13:18:33.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:31.922682+0000 mgr.smithi090.wjxbir (mgr.34104) 7 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:32.278271+0000 mgr.smithi090.wjxbir (mgr.34104) 8 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:32.579430+0000 mon.smithi090 (mon.0) 48 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:32.579455+0000 mon.smithi090 (mon.0) 49 : cluster [INF] Cluster is now healthy 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:32.589087+0000 mgr.smithi090.wjxbir (mgr.34104) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:32.704634+0000 mon.smithi090 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.90:0/3082183818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:33.452995+0000 mon.smithi090 (mon.0) 51 : audit [DBG] from='client.? 172.21.15.90:0/2972298859' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:18:34.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:33.042229+0000 mgr.smithi090.wjxbir (mgr.34104) 10 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:33.594219+0000 mon.smithi090 (mon.0) 52 : cluster [DBG] mgrmap e42: smithi090.wjxbir(active, since 3s), standbys: smithi092.ygxdfq 2024-03-11T13:18:35.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:34.589436+0000 mgr.smithi090.wjxbir (mgr.34104) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:35.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:35.048255+0000 mon.smithi090 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:35.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:35.052582+0000 mon.smithi090 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:36.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:35.601711+0000 mon.smithi090 (mon.0) 55 : cluster [DBG] mgrmap e43: smithi090.wjxbir(active, since 5s), standbys: smithi092.ygxdfq 2024-03-11T13:18:36.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:35.690878+0000 mon.smithi090 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:36.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:35.697071+0000 mon.smithi090 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:36.589924+0000 mgr.smithi090.wjxbir (mgr.34104) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:38.356 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:37.908616+0000 mon.smithi090 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:37.913969+0000 mon.smithi090 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.552301+0000 mon.smithi090 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.556950+0000 mon.smithi090 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:39.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:38.590473+0000 mgr.smithi090.wjxbir (mgr.34104) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T13:18:40.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.972855+0000 mon.smithi090 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.977876+0000 mon.smithi090 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.979057+0000 mon.smithi090 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:38.979797+0000 mon.smithi090 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:38.980715+0000 mgr.smithi090.wjxbir (mgr.34104) 14 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:38.980872+0000 mgr.smithi090.wjxbir (mgr.34104) 15 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.245262+0000 mgr.smithi090.wjxbir (mgr.34104) 16 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.245532+0000 mgr.smithi090.wjxbir (mgr.34104) 17 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.509628+0000 mgr.smithi090.wjxbir (mgr.34104) 18 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:40.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.509757+0000 mgr.smithi090.wjxbir (mgr.34104) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.773718+0000 mgr.smithi090.wjxbir (mgr.34104) 20 : cephadm [INF] Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:39.773867+0000 mgr.smithi090.wjxbir (mgr.34104) 21 : cephadm [INF] Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.043310+0000 mon.smithi090 (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.045741+0000 mon.smithi090 (mon.0) 67 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.049531+0000 mon.smithi090 (mon.0) 68 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.052847+0000 mon.smithi090 (mon.0) 69 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.280 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:40.053842+0000 mgr.smithi090.wjxbir (mgr.34104) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-03-11T13:18:41.281 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.057968+0000 mon.smithi090 (mon.0) 70 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.281 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.063668+0000 mon.smithi090 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:41.281 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.167132+0000 mon.smithi090 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:41.281 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.169130+0000 mon.smithi090 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:41.281 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:40.169962+0000 mon.smithi090 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T13:18:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:41.051517+0000 mon.smithi090 (mon.0) 75 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:41.587713+0000 mgr.smithi090.wjxbir (mgr.34104) 23 : cephadm [INF] Upgrade: Updating mon.smithi092 2024-03-11T13:18:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:41.592989+0000 mon.smithi090 (mon.0) 76 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:42.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:41.593885+0000 mon.smithi090 (mon.0) 77 : audit [INF] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:42.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:41.594536+0000 mon.smithi090 (mon.0) 78 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:42.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: audit 2024-03-11T13:18:41.595214+0000 mon.smithi090 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:42.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cephadm 2024-03-11T13:18:41.596154+0000 mgr.smithi090.wjxbir (mgr.34104) 24 : cephadm [INF] Deploying daemon mon.smithi092 on smithi092 2024-03-11T13:18:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: cluster 2024-03-11T13:18:42.054584+0000 mgr.smithi090.wjxbir (mgr.34104) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:43 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:18:43.390 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:43.674 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T13:18:43.227+0000 7f9ea6d22700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi092 -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-11T13:18:43.674 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092[38932]: debug 2024-03-11T13:18:43.227+0000 7f9ea6d22700 -1 mon.smithi092@1(peon) e2 *** Got Signal Terminated *** 2024-03-11T13:18:43.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:43 smithi092 bash[67871]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon.smithi092 2024-03-11T13:18:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi092.service: Succeeded. 2024-03-11T13:18:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 systemd[1]: Stopped Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:18:44.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 systemd[1]: Starting Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: set uid:gid to 167:167 (ceph:ceph) 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable), process ceph-mon, pid 7 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: pidfile_write: ignore empty --pid-file 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: load: jerasure load: lrc 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: RocksDB version: 7.9.2 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Git sha 0 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Compile date 2024-03-11 06:20:13 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: DB SUMMARY 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: DB Session ID: A9WPSNUUNDWVIQMBLAJE 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: CURRENT file: CURRENT 2024-03-11T13:18:45.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: IDENTITY file: IDENTITY 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1845 Bytes 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 1, files: 000035.sst 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 000033.log size: 357237 ; 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.error_if_exists: 0 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.create_if_missing: 0 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.paranoid_checks: 1 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.env: 0x55e6f2bf1720 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.fs: PosixFileSystem 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.info_log: 0x55e6f5e6d380 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_file_opening_threads: 16 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.statistics: (nil) 2024-03-11T13:18:45.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.use_fsync: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_log_file_size: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.keep_log_file_num: 1000 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.recycle_log_file_num: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_fallocate: 1 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_mmap_reads: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_mmap_writes: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.use_direct_reads: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.create_missing_column_families: 0 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.db_log_dir: 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.wal_dir: 2024-03-11T13:18:45.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.advise_random_on_open: 1 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.db_write_buffer_size: 0 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.write_buffer_manager: 0x55e6f50e6140 2024-03-11T13:18:45.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.rate_limiter: (nil) 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.wal_recovery_mode: 2 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enable_thread_tracking: 0 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enable_pipelined_write: 0 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.unordered_write: 0 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.row_cache: None 2024-03-11T13:18:45.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.wal_filter: None 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_ingest_behind: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.two_write_queues: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.manual_wal_flush: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.wal_compression: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.atomic_flush: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.log_readahead_size: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.best_efforts_recovery: 0 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-11T13:18:45.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.allow_data_in_errors: 0 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.db_host_id: __hostname__ 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_background_jobs: 2 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_background_compactions: -1 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_subcompactions: 1 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_total_wal_size: 0 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_open_files: -1 2024-03-11T13:18:45.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bytes_per_sync: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_readahead_size: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_background_flushes: -1 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Compression algorithms supported: 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kZSTD supported: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kXpressCompression supported: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kLZ4HCCompression supported: 1 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kZlibCompression supported: 1 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kSnappyCompression supported: 1 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kLZ4Compression supported: 1 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: kBZip2Compression supported: 0 2024-03-11T13:18:45.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000005 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.merge_operator: 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_filter: None 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_filter_factory: None 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.sst_partitioner_factory: None 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e6f5e6d4a0) 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: cache_index_and_filter_blocks: 1 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T13:18:45.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: pin_top_level_index_and_filter: 1 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: index_type: 0 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: data_block_index_type: 0 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: index_shortening: 1 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: checksum: 4 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: no_block_cache: 0 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_cache: 0x55e6f51871f0 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_cache_name: BinnedLRUCache 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_cache_options: 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: capacity : 536870912 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: num_shard_bits : 4 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: strict_capacity_limit : 0 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: high_pri_pool_ratio: 0.000 2024-03-11T13:18:45.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_cache_compressed: (nil) 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: persistent_cache: (nil) 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_size: 4096 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_size_deviation: 10 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_restart_interval: 16 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: index_block_restart_interval: 1 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: metadata_block_size: 4096 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: partition_filters: 0 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: use_delta_encoding: 1 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: filter_policy: bloomfilter 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: whole_key_filtering: 1 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: verify_compression: 0 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: read_amp_bytes_per_bit: 0 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: format_version: 5 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: enable_index_compression: 1 2024-03-11T13:18:45.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: block_align: 0 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: max_auto_readahead_size: 262144 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: prepopulate_block_cache: 0 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: initial_auto_readahead_size: 8192 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: num_file_reads_for_auto_readahead: 2 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.write_buffer_size: 33554432 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_write_buffer_number: 2 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression: NoCompression 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression: Disabled 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.prefix_extractor: nullptr 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.num_levels: 7 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T13:18:45.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.level: 32767 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.strategy: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T13:18:45.199 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.enabled: false 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.target_file_size_base: 67108864 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T13:18:45.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.arena_block_size: 1048576 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.disable_auto_compactions: 0 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T13:18:45.201 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.table_properties_collectors: 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.inplace_update_support: 0 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.bloom_locality: 0 2024-03-11T13:18:45.202 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.max_successive_merges: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.paranoid_file_checks: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.force_consistency_checks: 1 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.report_bg_io_stats: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.ttl: 2592000 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enable_blob_files: false 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.min_blob_size: 0 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_file_size: 268435456 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-11T13:18:45.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.blob_file_starting_level: 0 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: 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-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 37, last_sequence is 21402, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 26c62ad3-206a-470d-aad8-304be430bdf8 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163124820684, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163124822023, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 238844, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21407, "largest_seqno": 21456, "table_properties": {"data_size": 237434, "index_size": 270, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 674, "raw_average_key_size": 24, "raw_value_size": 236605, "raw_average_value_size": 8763, "num_data_blocks": 12, "num_entries": 27, "num_filter_entries": 27, "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": 1710163124, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "26c62ad3-206a-470d-aad8-304be430bdf8", "db_session_id": "A9WPSNUUNDWVIQMBLAJE", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710163124822103, "job": 1, "event": "recovery_finished"} 2024-03-11T13:18:45.204 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi092/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e6f5224000 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: DB pointer 0x55e6f5212000 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: ** DB Stats ** 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.205 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: ** Compaction Stats [default] ** 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: L0 1/0 233.25 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 291.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: L6 1/0 35.24 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-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Sum 2/0 35.47 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 291.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.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 291.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: ** Compaction Stats [default] ** 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.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 291.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-11T13:18:45.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Cumulative compaction: 0.00 GB write, 65.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Interval compaction: 0.00 GB write, 65.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Block cache BinnedLRUCache@0x55e6f51871f0#7 capacity: 512.00 MB usage: 0.53 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: starting mon.smithi092 rank 1 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi092 fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:45.207 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???) e2 preinit fsid b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).mds e8 new map 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).mds e8 print_map 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: e8 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: legacy client fscid: 1 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Filesystem 'foofs' (1) 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: fs_name foofs 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: epoch 5 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: created 2024-03-11T13:03:36.150801+0000 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: modified 2024-03-11T13:03:41.172139+0000 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: tableserver 0 2024-03-11T13:18:45.208 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: root 0 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: session_timeout 60 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: session_autoclose 300 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: max_file_size 1099511627776 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: max_xattr_size 65536 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: required_client_features {} 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: last_failure 0 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: last_failure_osd_epoch 0 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.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-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: max_mds 1 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: in 0 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: up {0=14506} 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: failed 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: damaged 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: stopped 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: data_pools [3] 2024-03-11T13:18:45.209 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: metadata_pool 2 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: inline_data disabled 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: balancer 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: bal_rank_mask -1 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: standby_count_wanted 1 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: [mds.foofs.smithi090.ptpmbq{0:14506} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.90:6834/9265418,v1:172.21.15.90:6835/9265418] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: Standby daemons: 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout: [mds.foofs.smithi092.tkfcpv{-1:24285} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:45.210 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T13:18:45.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 ceph-mon[68076]: mon.smithi092@-1(???).paxosservice(auth 1..47) refresh upgraded, format 0 -> 3 2024-03-11T13:18:45.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 bash[68038]: db34aae1339b4b2b688b4a3baa18cf5081e22ff6e98e1242d233ae2206bbb403 2024-03-11T13:18:45.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:44 smithi092 systemd[1]: Started Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:18:46.112 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mkfs b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:46.112 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mkfs b1792570-dfa6-11ee-95c7-87774f69a715 2024-03-11T13:18:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T13:18:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T13:18:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring node-exporter.smithi090 (dependencies changed)... 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon node-exporter.smithi090 on smithi090 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring node-exporter.smithi092 (dependencies changed)... 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon node-exporter.smithi092 on smithi092 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Updating mgr.smithi090.wjxbir 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Deploying daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Failing over to other MGR 2024-03-11T13:18:46.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:17:47] ENGINE Bus STARTING 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:17:47] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:17:47] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:17:47] ENGINE Bus STARTED 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:46.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v10: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 356 B/s rd, 267 B/s wr, 0 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e36: smithi090.wjxbir(active, since 29s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all mgr 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Updating mon.smithi090 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Deploying daemon mon.smithi090 on smithi090 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 108 B/s wr, 0 op/s 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v21: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mon.smithi090 calling monitor election 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: monmap e2: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: osdmap e72: 8 total, 8 up, 8 in 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e36: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e37: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e38: smithi090.wjxbir(active, since 38s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e39: smithi090.wjxbir(active, since 44s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Active manager daemon smithi090.wjxbir restarted 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Activating manager daemon smithi090.wjxbir 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e40: smithi090.wjxbir(active, starting, since 0.00898887s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:18:46.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Manager daemon smithi090.wjxbir is now available 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:18:46.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:18:30] ENGINE Bus STARTING 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:18:31] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:18:31] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [11/Mar/2024:13:18:31] ENGINE Bus STARTED 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e41: smithi090.wjxbir(active, since 1.00932s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Cluster is now healthy 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3082183818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2972298859' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:18:46.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e42: smithi090.wjxbir(active, since 3s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e43: smithi090.wjxbir(active, since 5s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v6: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v7: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.194 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v8: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-03-11T13:18:46.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Upgrade: Updating mon.smithi092 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Deploying daemon mon.smithi092 on smithi092 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.196 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mon.smithi092 calling monitor election 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mon.smithi090 calling monitor election 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: monmap e3: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: mgrmap e43: smithi090.wjxbir(active, since 14s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon alertmanager.smithi090 on smithi090 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring grafana.smithi090 (dependencies changed)... 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon grafana.smithi090 on smithi090 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring node-exporter.smithi090 (dependencies changed)... 2024-03-11T13:18:46.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon node-exporter.smithi090 on smithi090 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring node-exporter.smithi092 (dependencies changed)... 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon node-exporter.smithi092 on smithi092 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Updating mgr.smithi090.wjxbir 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Deploying daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Need to upgrade myself (mgr.smithi092.ygxdfq) 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Failing over to other MGR 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:17:47] ENGINE Bus STARTING 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:17:47] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:17:47] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:18:46.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:17:47] ENGINE Bus STARTED 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring prometheus.smithi090 (dependencies changed)... 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Reconfiguring daemon prometheus.smithi090 on smithi090 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v10: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Updating mgr.smithi092.ygxdfq 2024-03-11T13:18:46.604 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Deploying daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 356 B/s rd, 267 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e36: smithi090.wjxbir(active, since 29s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all mgr 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Updating mon.smithi090 2024-03-11T13:18:46.605 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Deploying daemon mon.smithi090 on smithi090 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 108 B/s wr, 0 op/s 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v21: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mon.smithi090 calling monitor election 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: monmap e2: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: osdmap e72: 8 total, 8 up, 8 in 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e36: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e37: smithi090.wjxbir(active, since 37s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e38: smithi090.wjxbir(active, since 38s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.606 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Standby manager daemon smithi092.ygxdfq restarted 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Standby manager daemon smithi092.ygxdfq started 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e39: smithi090.wjxbir(active, since 44s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Active manager daemon smithi090.wjxbir restarted 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Activating manager daemon smithi090.wjxbir 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e40: smithi090.wjxbir(active, starting, since 0.00898887s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi090.wjxbir", "id": "smithi090.wjxbir"}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr metadata", "who": "smithi092.ygxdfq", "id": "smithi092.ygxdfq"}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:18:46.607 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Manager daemon smithi090.wjxbir is now available 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/mirror_snapshot_schedule"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi090.wjxbir/trash_purge_schedule"}]: dispatch 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:18:30] ENGINE Bus STARTING 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:18:31] ENGINE Serving on http://172.21.15.90:8765 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:18:31] ENGINE Serving on https://172.21.15.90:7150 2024-03-11T13:18:46.608 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [11/Mar/2024:13:18:31] ENGINE Bus STARTED 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e41: smithi090.wjxbir(active, since 1.00932s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Cluster is now healthy 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3082183818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2972298859' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e42: smithi090.wjxbir(active, since 3s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e43: smithi090.wjxbir(active, since 5s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v6: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v7: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-11T13:18:46.610 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Updating smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v8: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:18:46.611 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Upgrade: Updating mon.smithi092 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Deploying daemon mon.smithi092 on smithi092 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: pgmap v9: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 195 B/s wr, 11 op/s 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mon.smithi092 calling monitor election 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mon.smithi090 calling monitor election 2024-03-11T13:18:46.612 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: monmap e3: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: mgrmap e43: smithi090.wjxbir(active, since 14s), standbys: smithi092.ygxdfq 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:18:46.613 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:18:47.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:47 smithi092 ceph-mon[68076]: pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:47.950 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:47 smithi090 ceph-mon[92248]: pgmap v11: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 178 B/s wr, 10 op/s 2024-03-11T13:18:48.429 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:49.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:49 smithi092 ceph-mon[68076]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:49 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:49 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:49 smithi090 ceph-mon[92248]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 267 B/s wr, 10 op/s 2024-03-11T13:18:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:49 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:49 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:50 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:50 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:51.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:50 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:51.154 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:50 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:51 smithi090 ceph-mon[92248]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:51 smithi092 ceph-mon[68076]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-03-11T13:18:53.472 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:53.829 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:53.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:18:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:54.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-03-11T13:18:54.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: Reconfiguring mon.smithi090 (monmap changed)... 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: Reconfiguring daemon mon.smithi090 on smithi090 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:18:54.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: Reconfiguring mon.smithi090 (monmap changed)... 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: Reconfiguring daemon mon.smithi090 on smithi090 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.wjxbir", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:18:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:56.004 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:55 smithi090 ceph-mon[92248]: Reconfiguring mgr.smithi090.wjxbir (monmap changed)... 2024-03-11T13:18:56.004 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:55 smithi090 ceph-mon[92248]: Reconfiguring daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:18:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:55 smithi092 ceph-mon[68076]: Reconfiguring mgr.smithi090.wjxbir (monmap changed)... 2024-03-11T13:18:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:55 smithi092 ceph-mon[68076]: Reconfiguring daemon mgr.smithi090.wjxbir on smithi090 2024-03-11T13:18:56.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:56 smithi090 ceph-mon[92248]: pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:56.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:56.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:56.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:18:56.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:56 smithi092 ceph-mon[68076]: pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:18:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:58.022 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: Reconfiguring crash.smithi090 (monmap changed)... 2024-03-11T13:18:58.022 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: Reconfiguring daemon crash.smithi090 on smithi090 2024-03-11T13:18:58.022 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:58.023 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:58.023 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T13:18:58.023 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:57 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: Reconfiguring crash.smithi090 (monmap changed)... 2024-03-11T13:18:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: Reconfiguring daemon crash.smithi090 on smithi090 2024-03-11T13:18:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:18:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T13:18:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:57 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:18:58.507 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:18:58.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:58 smithi090 ceph-mon[92248]: pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:58.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:58 smithi090 ceph-mon[92248]: Reconfiguring osd.0 (monmap changed)... 2024-03-11T13:18:58.881 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:58 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.0 on smithi090 2024-03-11T13:18:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:58 smithi092 ceph-mon[68076]: pgmap v18: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:18:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:58 smithi092 ceph-mon[68076]: Reconfiguring osd.0 (monmap changed)... 2024-03-11T13:18:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:58 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.0 on smithi090 2024-03-11T13:19:00.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:19:00.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: Reconfiguring osd.1 (monmap changed)... 2024-03-11T13:19:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:19:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:00.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:18:59 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.1 on smithi090 2024-03-11T13:19:00.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-03-11T13:19:00.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: Reconfiguring osd.1 (monmap changed)... 2024-03-11T13:19:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:19:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:00.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:18:59 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.1 on smithi090 2024-03-11T13:19:01.780 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:01.780 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:01.780 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: Reconfiguring osd.2 (monmap changed)... 2024-03-11T13:19:01.781 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:19:01.781 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:01.781 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.2 on smithi090 2024-03-11T13:19:01.781 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: Reconfiguring osd.2 (monmap changed)... 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.2 on smithi090 2024-03-11T13:19:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:02.768 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:02 smithi090 ceph-mon[92248]: pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 115 B/s wr, 0 op/s 2024-03-11T13:19:02.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:02 smithi092 ceph-mon[68076]: pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 115 B/s wr, 0 op/s 2024-03-11T13:19:03.542 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:03.806 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:19:04.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: Reconfiguring osd.3 (monmap changed)... 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.3 on smithi090 2024-03-11T13:19:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:03 smithi092 ceph-mon[68076]: pgmap v21: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: Reconfiguring osd.3 (monmap changed)... 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.3 on smithi090 2024-03-11T13:19:04.276 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:03 smithi090 ceph-mon[92248]: pgmap v21: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (10m) 26s ago 21m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (20m) 26s ago 20m 6387k - 16.2.5 6933c2a0b7dd 0c2467e5c003 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (20m) 15s ago 20m 6387k - 16.2.5 6933c2a0b7dd 9a22cc03b041 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (7m) 26s ago 20m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (15m) 26s ago 15m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:19:04.478 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (15m) 15s ago 15m 16.1M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (90s) 26s ago 22m 472M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (57s) 15s ago 20m 446M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (44s) 26s ago 22m 29.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (20s) 15s ago 19m 17.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (12m) 26s ago 12m 77.8M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (12m) 15s ago 12m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (5m) 26s ago 20m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (94s) 15s ago 19m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (19m) 26s ago 19m 384M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (18m) 26s ago 18m 297M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (18m) 26s ago 18m 279M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (18m) 26s ago 18m 357M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (17m) 15s ago 17m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (17m) 15s ago 17m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:19:04.479 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (17m) 15s ago 17m 335M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:19:04.480 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (16m) 15s ago 16m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:19:04.480 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 26s ago 20m - - 2024-03-11T13:19:04.879 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:19:04.879 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:19:04.879 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-03-11T13:19:04.880 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T13:19:04.881 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:19:04.881 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:19:05.214 INFO:teuthology.orchestra.run.smithi090.stdout: "mon" 2024-03-11T13:19:05.215 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:19:05.215 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "4/23 daemons upgraded", 2024-03-11T13:19:05.215 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading mon daemons", 2024-03-11T13:19:05.215 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:19:05.215 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:19:05.605 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:19:05.605 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:19:05.606 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: Reconfiguring mds.foofs.smithi090.ptpmbq (monmap changed)... 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: Reconfiguring daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:05 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1036103999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: Reconfiguring mds.foofs.smithi090.ptpmbq (monmap changed)... 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: Reconfiguring daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:05.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:05 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1036103999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2890655480' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:06.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: pgmap v22: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2890655480' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:19:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:07.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: Reconfiguring crash.smithi092 (monmap changed)... 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: Reconfiguring daemon crash.smithi092 on smithi092 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:19:07.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: Reconfiguring crash.smithi092 (monmap changed)... 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: Reconfiguring daemon crash.smithi092 on smithi092 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.ygxdfq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T13:19:07.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T13:19:07.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:08.586 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:08.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:08 smithi092 ceph-mon[68076]: pgmap v23: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:08.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:08 smithi092 ceph-mon[68076]: Reconfiguring mgr.smithi092.ygxdfq (monmap changed)... 2024-03-11T13:19:08.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:08 smithi092 ceph-mon[68076]: Reconfiguring daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:19:08.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:08 smithi090 ceph-mon[92248]: pgmap v23: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:08.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:08 smithi090 ceph-mon[92248]: Reconfiguring mgr.smithi092.ygxdfq (monmap changed)... 2024-03-11T13:19:08.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:08 smithi090 ceph-mon[92248]: Reconfiguring daemon mgr.smithi092.ygxdfq on smithi092 2024-03-11T13:19:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T13:19:10.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:10.908 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: Reconfiguring mon.smithi092 (monmap changed)... 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: Reconfiguring daemon mon.smithi092 on smithi092 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: pgmap v24: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:19:10.909 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: Reconfiguring mon.smithi092 (monmap changed)... 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: Reconfiguring daemon mon.smithi092 on smithi092 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: pgmap v24: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:19:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:11.940 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:11 smithi090 ceph-mon[92248]: Reconfiguring osd.4 (monmap changed)... 2024-03-11T13:19:11.940 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:11 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.4 on smithi092 2024-03-11T13:19:12.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:11 smithi092 ceph-mon[68076]: Reconfiguring osd.4 (monmap changed)... 2024-03-11T13:19:12.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:11 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.4 on smithi092 2024-03-11T13:19:13.000 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:12 smithi092 ceph-mon[68076]: pgmap v25: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:13.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:12 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:13.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:12 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:13.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:12 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:19:13.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:12 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:12 smithi090 ceph-mon[92248]: pgmap v25: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:12 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:12 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:12 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:19:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:12 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:13.628 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: Reconfiguring osd.5 (monmap changed)... 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.5 on smithi092 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:19:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: Reconfiguring osd.5 (monmap changed)... 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.5 on smithi092 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:19:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:14 smithi090 ceph-mon[92248]: pgmap v26: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:14 smithi090 ceph-mon[92248]: Reconfiguring osd.6 (monmap changed)... 2024-03-11T13:19:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:14 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.6 on smithi092 2024-03-11T13:19:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:14 smithi092 ceph-mon[68076]: pgmap v26: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:14 smithi092 ceph-mon[68076]: Reconfiguring osd.6 (monmap changed)... 2024-03-11T13:19:15.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:14 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.6 on smithi092 2024-03-11T13:19:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: Reconfiguring osd.7 (monmap changed)... 2024-03-11T13:19:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:19:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: Reconfiguring daemon osd.7 on smithi092 2024-03-11T13:19:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: pgmap v27: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:16.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:16.143 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: Reconfiguring osd.7 (monmap changed)... 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: Reconfiguring daemon osd.7 on smithi092 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: pgmap v27: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:16.144 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: Reconfiguring mds.foofs.smithi092.tkfcpv (monmap changed)... 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:17 smithi090 ceph-mon[92248]: Reconfiguring daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: Reconfiguring mds.foofs.smithi092.tkfcpv (monmap changed)... 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:17.650 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:17 smithi092 ceph-mon[68076]: Reconfiguring daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:19:18.658 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: pgmap v28: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all mon 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:18.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi090"}]: dispatch 2024-03-11T13:19:18.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi090"}]': finished 2024-03-11T13:19:18.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi092"}]: dispatch 2024-03-11T13:19:18.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:18 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi092"}]': finished 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: pgmap v28: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all mon 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi090"}]: dispatch 2024-03-11T13:19:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi090"}]': finished 2024-03-11T13:19:19.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi092"}]: dispatch 2024-03-11T13:19:19.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:18 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi092"}]': finished 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: pgmap v29: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: Upgrade: Updating crash.smithi090 (1/2) 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:20 smithi090 ceph-mon[92248]: Deploying daemon crash.smithi090 on smithi090 2024-03-11T13:19:20.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: pgmap v29: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:20.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: Upgrade: Updating crash.smithi090 (1/2) 2024-03-11T13:19:20.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:20.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:20.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:20.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:20 smithi092 ceph-mon[68076]: Deploying daemon crash.smithi090 on smithi090 2024-03-11T13:19:22.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:22 smithi090 ceph-mon[92248]: pgmap v30: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:22.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:22 smithi092 ceph-mon[68076]: pgmap v30: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:23.681 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:23.694 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:23.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:24.053 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:24.053 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:24 smithi092 ceph-mon[68076]: pgmap v31: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:24 smithi090 ceph-mon[92248]: pgmap v31: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T13:19:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:26.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:25 smithi092 ceph-mon[68076]: Upgrade: Updating crash.smithi092 (2/2) 2024-03-11T13:19:26.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:25 smithi092 ceph-mon[68076]: Deploying daemon crash.smithi092 on smithi092 2024-03-11T13:19:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:25 smithi090 ceph-mon[92248]: Upgrade: Updating crash.smithi092 (2/2) 2024-03-11T13:19:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:25 smithi090 ceph-mon[92248]: Deploying daemon crash.smithi092 on smithi092 2024-03-11T13:19:26.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:26 smithi092 ceph-mon[68076]: pgmap v32: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:27.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:26 smithi090 ceph-mon[92248]: pgmap v32: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:28.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:28 smithi092 ceph-mon[68076]: pgmap v33: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:28 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:28 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:28.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:28 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:28.732 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:28.817 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:28 smithi090 ceph-mon[92248]: pgmap v33: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:28.817 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:28 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:28.817 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:28 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:28.817 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:28 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:30 smithi092 ceph-mon[68076]: pgmap v34: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:30.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:30 smithi090 ceph-mon[92248]: pgmap v34: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:31.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:31.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:32.819 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:32 smithi090 ceph-mon[92248]: pgmap v35: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:32.819 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.819 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.819 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.819 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:32 smithi092 ceph-mon[68076]: pgmap v35: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:32.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:32.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:33.774 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:34.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:34 smithi090 ceph-mon[92248]: pgmap v36: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:34.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:34 smithi092 ceph-mon[68076]: pgmap v36: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:34.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:34.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:35.967 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:19:36.562 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:36 smithi090 ceph-mon[92248]: pgmap v37: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:36.562 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:36.562 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:36.630 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:19:36.630 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (10m) 3s ago 21m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:19:36.630 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (14s) 3s ago 21m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:19:36.630 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (9s) 5s ago 20m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:19:36.630 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (8m) 3s ago 21m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (15m) 3s ago 15m 39.3M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (15m) 5s ago 15m 16.3M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (2m) 3s ago 23m 493M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (89s) 5s ago 20m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (76s) 3s ago 23m 47.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (52s) 5s ago 20m 36.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (13m) 3s ago 13m 78.0M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (13m) 5s ago 13m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (6m) 3s ago 21m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (2m) 5s ago 20m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (19m) 3s ago 19m 383M 1944M 16.2.5 6933c2a0b7dd 0f18cc7148da 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (19m) 3s ago 19m 297M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (19m) 3s ago 19m 279M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (18m) 3s ago 18m 357M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:19:36.631 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (18m) 5s ago 18m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:19:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (18m) 5s ago 18m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:19:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (17m) 5s ago 17m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:19:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (17m) 5s ago 17m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:19:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 3s ago 20m - - 2024-03-11T13:19:36.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:36 smithi092 ceph-mon[68076]: pgmap v37: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:19:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:37.034 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:19:37.035 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:19:37.367 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:19:37.367 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "6/23 daemons upgraded", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading crash daemons", 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:19:37.368 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:19:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:37 smithi092 ceph-mon[68076]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:37 smithi092 ceph-mon[68076]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:37 smithi092 ceph-mon[68076]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:37 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2340264214' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:37.771 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:19:37.771 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:19:37.771 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:19:37.844 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:37 smithi090 ceph-mon[92248]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.844 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:37 smithi090 ceph-mon[92248]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.844 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:37 smithi090 ceph-mon[92248]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:37.844 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:37 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2340264214' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:38.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:38 smithi092 ceph-mon[68076]: pgmap v38: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:38.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:38 smithi092 ceph-mon[68076]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:38.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:38 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3718224948' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:19:38.807 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:38.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:38 smithi090 ceph-mon[92248]: pgmap v38: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:19:38.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:38 smithi090 ceph-mon[92248]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:19:38.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:38 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3718224948' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: pgmap v39: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: pgmap v40: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all crash 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi090"}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi090"}]': finished 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi092"}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi092"}]': finished 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T13:19:39.834 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:39 smithi090 ceph-mon[92248]: Upgrade: osd.0 is safe to restart 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: pgmap v39: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: pgmap v40: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all crash 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi090"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi090"}]': finished 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi092"}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi092"}]': finished 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T13:19:39.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:39 smithi092 ceph-mon[68076]: Upgrade: osd.0 is safe to restart 2024-03-11T13:19:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: Upgrade: Updating osd.0 2024-03-11T13:19:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T13:19:41.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: Deploying daemon osd.0 on smithi090 2024-03-11T13:19:41.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:41 smithi092 ceph-mon[68076]: pgmap v41: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:41.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: Upgrade: Updating osd.0 2024-03-11T13:19:41.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:41.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T13:19:41.556 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:19:41.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: Deploying daemon osd.0 on smithi090 2024-03-11T13:19:41.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:41 smithi090 ceph-mon[92248]: pgmap v41: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:43.577 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:43 smithi090 systemd[1]: Stopping Ceph osd.0 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:19:43.577 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T13:19:43.369+0000 7f4d37503700 -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-11T13:19:43.578 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T13:19:43.369+0000 7f4d37503700 -1 osd.0 73 *** Got signal Terminated *** 2024-03-11T13:19:43.578 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:43 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0[46026]: debug 2024-03-11T13:19:43.369+0000 7f4d37503700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:19:43.851 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:43.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:43 smithi090 ceph-mon[92248]: pgmap v42: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:43.851 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:43 smithi090 bash[100001]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.0 2024-03-11T13:19:43.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:43 smithi092 ceph-mon[68076]: pgmap v42: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:44.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 failed (root=default,host=smithi090) (connection refused reported by osd.1) 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.855 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.856 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:44 smithi090 ceph-mon[92248]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 failed (root=default,host=smithi090) (connection refused reported by osd.1) 2024-03-11T13:19:44.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.939 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.5 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.3 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.1 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.2 2024-03-11T13:19:44.941 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.4 2024-03-11T13:19:44.942 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.7 2024-03-11T13:19:44.942 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:44 smithi092 ceph-mon[68076]: osd.0 reported immediately failed by osd.6 2024-03-11T13:19:45.713 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:45 smithi090 ceph-mon[92248]: pgmap v43: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:45.713 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:45 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:19:45.713 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:45 smithi090 ceph-mon[92248]: osdmap e74: 8 total, 7 up, 8 in 2024-03-11T13:19:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:45 smithi092 ceph-mon[68076]: pgmap v43: 129 pgs: 129 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T13:19:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:45 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:19:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:45 smithi092 ceph-mon[68076]: osdmap e74: 8 total, 7 up, 8 in 2024-03-11T13:19:46.102 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:45 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.0.service: Succeeded. 2024-03-11T13:19:46.102 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:45 smithi090 systemd[1]: Stopped Ceph osd.0 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:19:46.102 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:45 smithi090 systemd[1]: Starting Ceph osd.0 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:19:46.710 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:46 smithi090 ceph-mon[92248]: osdmap e75: 8 total, 7 up, 8 in 2024-03-11T13:19:46.710 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:46.710 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:46.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:46 smithi092 ceph-mon[68076]: osdmap e75: 8 total, 7 up, 8 in 2024-03-11T13:19:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:19:47.601 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-11T13:19:47.601 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: 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-11T13:19:47.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-11T13:19:47.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-11T13:19:47.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-11T13:19:47.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-11T13:19:47.602 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:47 smithi090 bash[100367]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-11T13:19:47.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:47 smithi092 ceph-mon[68076]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T13:19:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:47 smithi090 ceph-mon[92248]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T13:19:48.851 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:48 smithi090 ceph-osd[100730]: -- 172.21.15.90:0/4148451455 <== mon.0 v2:172.21.15.90:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555a351a64e0 con 0x555a35176c00 2024-03-11T13:19:48.851 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:48 smithi090 bash[100692]: 8a31f7904b11e9319e2218d3d53bd197644a8c7b32f95cfcbb92c9719fc0fc55 2024-03-11T13:19:48.851 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:48 smithi090 systemd[1]: Started Ceph osd.0 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:19:48.888 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:49.315 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:19:48.994+0000 7f0db7912640 -1 Falling back to public interface 2024-03-11T13:19:49.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:49 smithi090 ceph-mon[92248]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:49.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:49 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:49.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:49 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:49.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:49 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:49.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:49 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 209/1611 objects degraded (12.973%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:19:49.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:49 smithi092 ceph-mon[68076]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:49 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:49 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:49 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:19:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:49 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 209/1611 objects degraded (12.973%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:19:51.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:51 smithi092 ceph-mon[68076]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:51 smithi090 ceph-mon[92248]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:53.601 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:19:53.295+0000 7f0db7912640 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-11T13:19:53.933 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:53.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:53 smithi092 ceph-mon[68076]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:54.092 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:53 smithi090 ceph-mon[92248]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:54.092 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:19:53.811+0000 7f0db7912640 -1 osd.0 73 log_to_monitors true 2024-03-11T13:19:54.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:54 smithi092 ceph-mon[68076]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T13:19:54.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:54.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:54 smithi090 ceph-mon[92248]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T13:19:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:55.102 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:19:54 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:19:54.705+0000 7f0da6d67700 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:19:55.940 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:55.940 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T13:19:55.940 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: osdmap e76: 8 total, 7 up, 8 in 2024-03-11T13:19:55.941 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:19:55.941 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:55.941 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:55 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:56.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T13:19:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: osdmap e76: 8 total, 7 up, 8 in 2024-03-11T13:19:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: from='osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:19:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:55 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:19:56.883 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:56 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:19:56.883 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:56 smithi090 ceph-mon[92248]: osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815] boot 2024-03-11T13:19:56.883 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:56 smithi090 ceph-mon[92248]: osdmap e77: 8 total, 8 up, 8 in 2024-03-11T13:19:56.883 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:19:56.883 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:56 smithi090 ceph-mon[92248]: osdmap e78: 8 total, 8 up, 8 in 2024-03-11T13:19:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:56 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:19:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:56 smithi092 ceph-mon[68076]: osd.0 [v2:172.21.15.90:6802/2669983815,v1:172.21.15.90:6803/2669983815] boot 2024-03-11T13:19:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:56 smithi092 ceph-mon[68076]: osdmap e77: 8 total, 8 up, 8 in 2024-03-11T13:19:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T13:19:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:56 smithi092 ceph-mon[68076]: osdmap e78: 8 total, 8 up, 8 in 2024-03-11T13:19:57.981 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:57 smithi090 ceph-mon[92248]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:57 smithi092 ceph-mon[68076]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 209/1611 objects degraded (12.973%) 2024-03-11T13:19:58.970 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:19:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:58 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded (PG_DEGRADED) 2024-03-11T13:19:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:58 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: pgmap v55: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:19:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: pgmap v55: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:19:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pgmap v56: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 429 B/s rd, 214 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pgmap v57: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 444 B/s rd, 222 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: [WRN] PG_DEGRADED: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 2.1f is active+undersized+degraded, acting [7,4] 2024-03-11T13:20:01.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: pg 5.5 is active+undersized+degraded, acting [1,4] 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:01.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:00 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pgmap v56: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 429 B/s rd, 214 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pgmap v57: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 444 B/s rd, 222 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: [WRN] PG_DEGRADED: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 2.1f is active+undersized+degraded, acting [7,4] 2024-03-11T13:20:01.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: pg 5.5 is active+undersized+degraded, acting [1,4] 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:01.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:00 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:01 smithi090 ceph-mon[92248]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 365 B/s rd, 182 B/s wr, 0 op/s 2024-03-11T13:20:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:01 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded) 2024-03-11T13:20:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:01 smithi090 ceph-mon[92248]: mgrmap e44: smithi090.wjxbir(active, since 91s), standbys: smithi092.ygxdfq 2024-03-11T13:20:02.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:01 smithi092 ceph-mon[68076]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 365 B/s rd, 182 B/s wr, 0 op/s 2024-03-11T13:20:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:01 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1611 objects degraded (5.711%), 9 pgs degraded) 2024-03-11T13:20:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:01 smithi092 ceph-mon[68076]: mgrmap e44: smithi090.wjxbir(active, since 91s), standbys: smithi092.ygxdfq 2024-03-11T13:20:04.009 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:04.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:04 smithi092 ceph-mon[68076]: pgmap v59: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 755 B/s wr, 1 op/s 2024-03-11T13:20:04.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:04 smithi090 ceph-mon[92248]: pgmap v59: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 755 B/s wr, 1 op/s 2024-03-11T13:20:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:06 smithi090 ceph-mon[92248]: pgmap v60: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 475 B/s wr, 0 op/s 2024-03-11T13:20:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:06 smithi092 ceph-mon[68076]: pgmap v60: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 475 B/s wr, 0 op/s 2024-03-11T13:20:08.126 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:20:08.763 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:20:08.763 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (11m) 14s ago 22m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:20:08.763 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (46s) 14s ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:20:08.763 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (41s) 37s ago 21m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:20:08.763 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (8m) 14s ago 21m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (16m) 14s ago 16m 39.3M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (16m) 37s ago 16m 16.3M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (2m) 14s ago 23m 495M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (2m) 37s ago 21m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (108s) 14s ago 23m 49.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (84s) 37s ago 20m 36.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (13m) 14s ago 13m 78.0M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (13m) 37s ago 13m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (6m) 14s ago 21m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (2m) 37s ago 20m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (20s) 14s ago 20m 11.4M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (20m) 14s ago 20m 298M 1944M 16.2.5 6933c2a0b7dd 7d286644d8e3 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (19m) 14s ago 19m 279M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (19m) 14s ago 19m 356M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:20:08.764 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (18m) 37s ago 18m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:20:08.765 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (18m) 37s ago 18m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:20:08.765 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (18m) 37s ago 18m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:20:08.765 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (18m) 37s ago 17m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:20:08.765 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 14s ago 21m - - 2024-03-11T13:20:09.045 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:08 smithi090 ceph-mon[92248]: pgmap v61: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 583 B/s wr, 1 op/s 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:20:09.173 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 5 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:20:09.174 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:20:09.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:08 smithi092 ceph-mon[68076]: pgmap v61: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 583 B/s wr, 1 op/s 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "7/23 daemons upgraded", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:20:09.526 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:20:09.527 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:20:09.917 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:20:09.917 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:20:09.917 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:20:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:09 smithi090 ceph-mon[92248]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:09 smithi090 ceph-mon[92248]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:09 smithi090 ceph-mon[92248]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:09 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3604225689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:09 smithi092 ceph-mon[68076]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:09 smithi092 ceph-mon[68076]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:09 smithi092 ceph-mon[68076]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:09 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3604225689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:10 smithi090 ceph-mon[92248]: pgmap v62: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:20:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:10 smithi090 ceph-mon[92248]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:10 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3537672603' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:20:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:11.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:10 smithi092 ceph-mon[68076]: pgmap v62: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:20:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:10 smithi092 ceph-mon[68076]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:10 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3537672603' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:20:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:12 smithi090 ceph-mon[92248]: pgmap v63: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:20:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:12 smithi092 ceph-mon[68076]: pgmap v63: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T13:20:14.088 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:14.988 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:14 smithi090 ceph-mon[92248]: pgmap v64: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:20:14.988 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:14 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:14 smithi092 ceph-mon[68076]: pgmap v64: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T13:20:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:14 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:15.997 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:15 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:15.997 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:15 smithi090 ceph-mon[92248]: Upgrade: osd.1 is safe to restart 2024-03-11T13:20:15.997 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:15.997 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:16.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:15 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T13:20:16.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:15 smithi092 ceph-mon[68076]: Upgrade: osd.1 is safe to restart 2024-03-11T13:20:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:16.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:16 smithi090 ceph-mon[92248]: pgmap v65: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:16.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:16.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:20:16.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:17.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:16 smithi092 ceph-mon[68076]: pgmap v65: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:17.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T13:20:17.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:17 smithi090 ceph-mon[92248]: Upgrade: Updating osd.1 2024-03-11T13:20:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:17 smithi090 ceph-mon[92248]: Deploying daemon osd.1 on smithi090 2024-03-11T13:20:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:17 smithi092 ceph-mon[68076]: Upgrade: Updating osd.1 2024-03-11T13:20:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:17 smithi092 ceph-mon[68076]: Deploying daemon osd.1 on smithi090 2024-03-11T13:20:18.782 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:18 smithi090 ceph-mon[92248]: pgmap v66: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:19.126 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:18 smithi092 ceph-mon[68076]: pgmap v66: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:19.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:19 smithi090 systemd[1]: Stopping Ceph osd.1 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:20:19.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:20:19.262+0000 7f521b619700 -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-11T13:20:19.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:20:19.262+0000 7f521b619700 -1 osd.1 78 *** Got signal Terminated *** 2024-03-11T13:20:19.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1[49055]: debug 2024-03-11T13:20:19.262+0000 7f521b619700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:20:20.042 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:19 smithi090 bash[103533]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.1 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.3 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 failed (root=default,host=smithi090) (connection refused reported by osd.3) 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.2 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.0 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.3 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.2 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.0 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.4 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.5 2024-03-11T13:20:20.043 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.6 2024-03-11T13:20:20.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.7 2024-03-11T13:20:20.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.4 2024-03-11T13:20:20.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.5 2024-03-11T13:20:20.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.6 2024-03-11T13:20:20.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:19 smithi090 ceph-mon[92248]: osd.1 reported immediately failed by osd.7 2024-03-11T13:20:20.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.3 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 failed (root=default,host=smithi090) (connection refused reported by osd.3) 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.2 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.0 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.3 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.2 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.0 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.4 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.5 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.6 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.7 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.4 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.5 2024-03-11T13:20:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.6 2024-03-11T13:20:20.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:19 smithi092 ceph-mon[68076]: osd.1 reported immediately failed by osd.7 2024-03-11T13:20:21.088 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:20 smithi090 ceph-mon[92248]: pgmap v67: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:21.088 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:20 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:20:21.088 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:20 smithi090 ceph-mon[92248]: osdmap e79: 8 total, 7 up, 8 in 2024-03-11T13:20:21.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:20 smithi092 ceph-mon[68076]: pgmap v67: 129 pgs: 129 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:20 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:20:21.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:20 smithi092 ceph-mon[68076]: osdmap e79: 8 total, 7 up, 8 in 2024-03-11T13:20:21.966 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:21 smithi090 ceph-mon[92248]: osdmap e80: 8 total, 7 up, 8 in 2024-03-11T13:20:21.966 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:21 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.1.service: Succeeded. 2024-03-11T13:20:21.966 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:21 smithi090 systemd[1]: Stopped Ceph osd.1 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:20:21.966 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:21 smithi090 systemd[1]: Starting Ceph osd.1 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:20:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:21 smithi092 ceph-mon[68076]: osdmap e80: 8 total, 7 up, 8 in 2024-03-11T13:20:22.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:22 smithi090 ceph-mon[92248]: pgmap v70: 129 pgs: 16 stale+active+clean, 113 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-03-11T13:20:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:22 smithi092 ceph-mon[68076]: pgmap v70: 129 pgs: 16 stale+active+clean, 113 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: 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-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-11T13:20:23.780 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:23 smithi090 bash[103961]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-11T13:20:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:23 smithi090 ceph-mon[92248]: pgmap v71: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 26 active+undersized, 79 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 161/1611 objects degraded (9.994%) 2024-03-11T13:20:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:23 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 161/1611 objects degraded (9.994%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:24.171 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:24.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:23 smithi092 ceph-mon[68076]: pgmap v71: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 26 active+undersized, 79 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 161/1611 objects degraded (9.994%) 2024-03-11T13:20:24.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:23 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 161/1611 objects degraded (9.994%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:25.101 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:24 smithi090 ceph-osd[104296]: -- 172.21.15.90:0/3190193042 <== mon.0 v2:172.21.15.90:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e9938384e0 con 0x55e993808c00 2024-03-11T13:20:25.101 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:25 smithi090 bash[104259]: 3f8c572dada330087eed498fd1547df19c4ffcb1e2cfcacc4d06334e387a8c26 2024-03-11T13:20:25.101 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:25 smithi090 systemd[1]: Started Ceph osd.1 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:20:25.792 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:25 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:20:25.520+0000 7f39a8413640 -1 Falling back to public interface 2024-03-11T13:20:26.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:26.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:26 smithi092 ceph-mon[68076]: pgmap v72: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:26.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:26.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:26.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:26.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:26 smithi090 ceph-mon[92248]: pgmap v72: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:28.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:28 smithi090 ceph-mon[92248]: pgmap v73: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:28.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:28 smithi092 ceph-mon[68076]: pgmap v73: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:29.207 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:30.101 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:29 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:20:29.816+0000 7f39a8413640 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-11T13:20:30.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:30 smithi090 ceph-mon[92248]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 213 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:30.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:30 smithi090 ceph-mon[92248]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T13:20:30.601 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:20:30.231+0000 7f39a8413640 -1 osd.1 78 log_to_monitors true 2024-03-11T13:20:30.602 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:20:30 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:20:30.383+0000 7f3997868700 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:20:30.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:30 smithi092 ceph-mon[68076]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 213 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:30.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:30 smithi092 ceph-mon[68076]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: osdmap e81: 8 total, 7 up, 8 in 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 180/1611 objects degraded (11.173%), 26 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:31.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:31.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: osdmap e81: 8 total, 7 up, 8 in 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 180/1611 objects degraded (11.173%), 26 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:31.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:32.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: pgmap v76: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:32.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:20:32.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042] boot 2024-03-11T13:20:32.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: osdmap e82: 8 total, 8 up, 8 in 2024-03-11T13:20:32.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:20:32.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:32.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:32.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:32 smithi090 ceph-mon[92248]: osdmap e83: 8 total, 8 up, 8 in 2024-03-11T13:20:32.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: pgmap v76: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 180/1611 objects degraded (11.173%) 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: osd.1 [v2:172.21.15.90:6810/3884175042,v1:172.21.15.90:6811/3884175042] boot 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: osdmap e82: 8 total, 8 up, 8 in 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:32.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:32 smithi092 ceph-mon[68076]: osdmap e83: 8 total, 8 up, 8 in 2024-03-11T13:20:34.246 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:34.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:34 smithi092 ceph-mon[68076]: pgmap v79: 129 pgs: 34 peering, 12 active+undersized+degraded, 7 active+undersized, 76 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 73/1611 objects degraded (4.531%) 2024-03-11T13:20:34.836 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:34 smithi090 ceph-mon[92248]: pgmap v79: 129 pgs: 34 peering, 12 active+undersized+degraded, 7 active+undersized, 76 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 73/1611 objects degraded (4.531%) 2024-03-11T13:20:36.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: pgmap v80: 129 pgs: 34 peering, 10 active+undersized+degraded, 6 active+undersized, 79 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 57/1611 objects degraded (3.538%) 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 57/1611 objects degraded (3.538%), 10 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:36 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: pgmap v80: 129 pgs: 34 peering, 10 active+undersized+degraded, 6 active+undersized, 79 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 57/1611 objects degraded (3.538%) 2024-03-11T13:20:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 57/1611 objects degraded (3.538%), 10 pgs degraded (PG_DEGRADED) 2024-03-11T13:20:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:36.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:36 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:37.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:37 smithi092 ceph-mon[68076]: pgmap v81: 129 pgs: 34 peering, 95 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 183 B/s wr, 0 op/s 2024-03-11T13:20:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:37 smithi092 ceph-mon[68076]: pgmap v82: 129 pgs: 34 peering, 95 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s 2024-03-11T13:20:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:37 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:37 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-03-11T13:20:37.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:37 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/1611 objects degraded (3.538%), 10 pgs degraded) 2024-03-11T13:20:37.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:37 smithi090 ceph-mon[92248]: pgmap v81: 129 pgs: 34 peering, 95 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 183 B/s wr, 0 op/s 2024-03-11T13:20:37.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:37 smithi090 ceph-mon[92248]: pgmap v82: 129 pgs: 34 peering, 95 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s 2024-03-11T13:20:37.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:37 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:37.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:37 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2024-03-11T13:20:37.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:37 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 57/1611 objects degraded (3.538%), 10 pgs degraded) 2024-03-11T13:20:39.296 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:39.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:39 smithi092 ceph-mon[68076]: pgmap v83: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 311 B/s rd, 311 B/s wr, 0 op/s 2024-03-11T13:20:39.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:39 smithi090 ceph-mon[92248]: pgmap v83: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 311 B/s rd, 311 B/s wr, 0 op/s 2024-03-11T13:20:40.267 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:20:40.911 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (11m) 10s ago 22m 18.7M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (78s) 10s ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (74s) 69s ago 21m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (9m) 10s ago 22m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (17m) 10s ago 17m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (16m) 69s ago 16m 16.3M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (3m) 10s ago 24m 496M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (2m) 69s ago 21m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (2m) 10s ago 24m 52.3M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (116s) 69s ago 21m 36.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (14m) 10s ago 14m 78.1M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (14m) 69s ago 14m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:20:40.912 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (7m) 10s ago 22m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (3m) 69s ago 21m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (52s) 10s ago 20m 116M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (16s) 10s ago 20m 11.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (20m) 10s ago 20m 279M 1944M 16.2.5 6933c2a0b7dd 673d1d80f8e3 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (19m) 10s ago 19m 356M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (19m) 69s ago 19m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (19m) 69s ago 19m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (18m) 69s ago 18m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (18m) 69s ago 18m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:20:40.913 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 10s ago 21m - - 2024-03-11T13:20:41.292 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:20:41.293 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:20:41.294 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:20:41.294 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-03-11T13:20:41.294 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 6 2024-03-11T13:20:41.294 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:20:41.294 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:20:41.615 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "8/23 daemons upgraded", 2024-03-11T13:20:41.616 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:20:41.616 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:20:41.616 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:20:41.996 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:20:41.996 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:20:41.996 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:20:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:41 smithi090 ceph-mon[92248]: pgmap v84: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s 2024-03-11T13:20:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:41 smithi090 ceph-mon[92248]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:41 smithi090 ceph-mon[92248]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:41 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1226388269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:42.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:41 smithi092 ceph-mon[68076]: pgmap v84: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s 2024-03-11T13:20:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:41 smithi092 ceph-mon[68076]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:41 smithi092 ceph-mon[68076]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:41 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1226388269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:20:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:42 smithi090 ceph-mon[92248]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:42 smithi090 ceph-mon[92248]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:42 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/527761151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:20:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:42 smithi092 ceph-mon[68076]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:42 smithi092 ceph-mon[68076]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:20:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:42 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/527761151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:20:44.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:43 smithi090 ceph-mon[92248]: pgmap v85: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-03-11T13:20:44.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:43 smithi092 ceph-mon[68076]: pgmap v85: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-03-11T13:20:44.341 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:45.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:45 smithi090 ceph-mon[92248]: pgmap v86: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-03-11T13:20:45.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:45.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:45.980 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:45 smithi092 ceph-mon[68076]: pgmap v86: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-03-11T13:20:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:20:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:47 smithi090 ceph-mon[92248]: pgmap v87: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:20:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:47 smithi092 ceph-mon[68076]: pgmap v87: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:20:49.385 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:49 smithi090 ceph-mon[92248]: pgmap v88: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:49 smithi092 ceph-mon[68076]: pgmap v88: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:51.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:51 smithi090 ceph-mon[92248]: pgmap v89: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:51.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:51 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:52.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:51 smithi092 ceph-mon[68076]: pgmap v89: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:51 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:53.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:52 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:53.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:52 smithi090 ceph-mon[92248]: Upgrade: osd.2 is safe to restart 2024-03-11T13:20:53.094 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:53.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:20:53.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:52 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T13:20:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:52 smithi092 ceph-mon[68076]: Upgrade: osd.2 is safe to restart 2024-03-11T13:20:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:20:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T13:20:53.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:20:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:53 smithi090 ceph-mon[92248]: pgmap v90: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:53 smithi090 ceph-mon[92248]: Upgrade: Updating osd.2 2024-03-11T13:20:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:53 smithi090 ceph-mon[92248]: Deploying daemon osd.2 on smithi090 2024-03-11T13:20:54.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:53 smithi092 ceph-mon[68076]: pgmap v90: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:20:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:53 smithi092 ceph-mon[68076]: Upgrade: Updating osd.2 2024-03-11T13:20:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:53 smithi092 ceph-mon[68076]: Deploying daemon osd.2 on smithi090 2024-03-11T13:20:54.431 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:55.917 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:55 smithi090 ceph-mon[92248]: pgmap v91: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:56.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:55 smithi092 ceph-mon[68076]: pgmap v91: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:56.351 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:55 smithi090 systemd[1]: Stopping Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:20:56.351 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:20:56.073+0000 7fab2ac61700 -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-11T13:20:56.351 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:20:56.073+0000 7fab2ac61700 -1 osd.2 83 *** Got signal Terminated *** 2024-03-11T13:20:56.351 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2[52626]: debug 2024-03-11T13:20:56.073+0000 7fab2ac61700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:20:56.733 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:56 smithi090 bash[107095]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.2 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 failed (root=default,host=smithi090) (connection refused reported by osd.6) 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:56.735 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:56.736 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:56.737 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:56.737 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:56.737 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:56.737 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:56 smithi090 ceph-mon[92248]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 failed (root=default,host=smithi090) (connection refused reported by osd.6) 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:57.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.6 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.5 2024-03-11T13:20:57.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.7 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.3 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.1 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.0 2024-03-11T13:20:57.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:56 smithi092 ceph-mon[68076]: osd.2 reported immediately failed by osd.4 2024-03-11T13:20:58.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:57 smithi090 ceph-mon[92248]: pgmap v92: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:58.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:57 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:20:58.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:57 smithi090 ceph-mon[92248]: osdmap e84: 8 total, 7 up, 8 in 2024-03-11T13:20:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:57 smithi092 ceph-mon[68076]: pgmap v92: 129 pgs: 129 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:20:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:57 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:20:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:57 smithi092 ceph-mon[68076]: osdmap e84: 8 total, 7 up, 8 in 2024-03-11T13:20:59.080 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:58 smithi090 ceph-mon[92248]: osdmap e85: 8 total, 7 up, 8 in 2024-03-11T13:20:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:58 smithi092 ceph-mon[68076]: osdmap e85: 8 total, 7 up, 8 in 2024-03-11T13:20:59.478 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:20:59.745 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:59 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.2.service: Succeeded. 2024-03-11T13:20:59.745 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:59 smithi090 systemd[1]: Stopped Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:20:59.745 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:20:59 smithi090 systemd[1]: Starting Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:21:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:20:59 smithi090 ceph-mon[92248]: pgmap v95: 129 pgs: 11 stale+active+clean, 118 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-03-11T13:21:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:20:59 smithi092 ceph-mon[68076]: pgmap v95: 129 pgs: 11 stale+active+clean, 118 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: 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-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-11T13:21:00.823 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:00 smithi090 bash[107504]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-11T13:21:01.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:01 smithi090 ceph-mon[92248]: pgmap v96: 129 pgs: 1 active+undersized+degraded, 9 stale+active+clean, 5 active+undersized, 114 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 8/1611 objects degraded (0.497%) 2024-03-11T13:21:01.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:01.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:01.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:01 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 8/1611 objects degraded (0.497%), 1 pg degraded (PG_DEGRADED) 2024-03-11T13:21:01.852 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:01 smithi090 ceph-osd[107856]: -- 172.21.15.90:0/4159846225 <== mon.0 v2:172.21.15.90:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560de73024e0 con 0x560de72d3000 2024-03-11T13:21:01.852 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:01 smithi090 bash[107819]: b8184911329828850590f6e348aa1e6ec6c8858301653c38a0a293835472ad60 2024-03-11T13:21:01.852 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:01 smithi090 systemd[1]: Started Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:21:01.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:01 smithi092 ceph-mon[68076]: pgmap v96: 129 pgs: 1 active+undersized+degraded, 9 stale+active+clean, 5 active+undersized, 114 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 8/1611 objects degraded (0.497%) 2024-03-11T13:21:01.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:01 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 8/1611 objects degraded (0.497%), 1 pg degraded (PG_DEGRADED) 2024-03-11T13:21:02.407 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:02 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:21:02.115+0000 7f845e337640 -1 Falling back to public interface 2024-03-11T13:21:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:03.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:03.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:04.065 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:03 smithi090 ceph-mon[92248]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:04.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:03 smithi092 ceph-mon[68076]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:04.513 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:05 smithi090 ceph-mon[92248]: pgmap v98: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:05 smithi092 ceph-mon[68076]: pgmap v98: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:06.475 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:21:06.151+0000 7f845e337640 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-11T13:21:06.475 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:21:06.473+0000 7f845e337640 -1 osd.2 83 log_to_monitors true 2024-03-11T13:21:06.754 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:06 smithi090 ceph-mon[92248]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T13:21:07.101 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:21:06 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:21:06.752+0000 7f844cf8b700 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:21:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:06 smithi092 ceph-mon[68076]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: pgmap v99: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 222 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: osdmap e86: 8 total, 7 up, 8 in 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:08.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: pgmap v99: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 222 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T13:21:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: osdmap e86: 8 total, 7 up, 8 in 2024-03-11T13:21:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: from='osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:21:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:09.024 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:21:09.024 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105] boot 2024-03-11T13:21:09.024 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: osdmap e87: 8 total, 8 up, 8 in 2024-03-11T13:21:09.024 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:21:09.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:09.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:09.025 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:08 smithi090 ceph-mon[92248]: osdmap e88: 8 total, 8 up, 8 in 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: osd.2 [v2:172.21.15.90:6818/3767522105,v1:172.21.15.90:6819/3767522105] boot 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: osdmap e87: 8 total, 8 up, 8 in 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:08 smithi092 ceph-mon[68076]: osdmap e88: 8 total, 8 up, 8 in 2024-03-11T13:21:09.552 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:09 smithi090 ceph-mon[92248]: pgmap v102: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 383 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:09 smithi092 ceph-mon[68076]: pgmap v102: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 383 B/s wr, 0 op/s; 144/1611 objects degraded (8.939%) 2024-03-11T13:21:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:10 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 144/1611 objects degraded (8.939%), 20 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:11.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:10 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 144/1611 objects degraded (8.939%), 20 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:11 smithi090 ceph-mon[92248]: pgmap v104: 129 pgs: 19 active+undersized+degraded, 12 active+undersized, 98 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:21:12.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:11 smithi092 ceph-mon[68076]: pgmap v104: 129 pgs: 19 active+undersized+degraded, 12 active+undersized, 98 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:21:12.341 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:21:13.027 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (12m) 5s ago 23m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (110s) 5s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (106s) 101s ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (10m) 5s ago 22m 33.8M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (17m) 5s ago 17m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (17m) 101s ago 17m 16.3M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (3m) 5s ago 24m 498M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (3m) 101s ago 22m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (2m) 5s ago 24m 53.4M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (2m) 101s ago 22m 36.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (14m) 5s ago 14m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:21:13.028 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (14m) 101s ago 14m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (7m) 5s ago 22m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (3m) 101s ago 21m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (84s) 5s ago 21m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (48s) 5s ago 21m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (11s) 5s ago 20m 10.5M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (20m) 5s ago 20m 357M 1944M 16.2.5 6933c2a0b7dd ff191db67e46 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (20m) 101s ago 20m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (19m) 101s ago 19m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (19m) 101s ago 19m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (19m) 101s ago 19m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:21:13.029 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 5s ago 22m - - 2024-03-11T13:21:13.447 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 3 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:21:13.448 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 7 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:21:13.449 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: pgmap v105: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:21:13.761 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: pgmap v106: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: pgmap v107: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: Upgrade: osd.3 is safe to restart 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 136/1611 objects degraded (8.442%), 19 pgs degraded) 2024-03-11T13:21:13.762 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:13 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3414470232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.782 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "9/23 daemons upgraded", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:21:13.783 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: pgmap v105: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: pgmap v106: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: pgmap v107: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T13:21:13.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: Upgrade: osd.3 is safe to restart 2024-03-11T13:21:13.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:13.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 136/1611 objects degraded (8.442%), 19 pgs degraded) 2024-03-11T13:21:13.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:13 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3414470232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:14.170 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:21:14.170 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:21:14.170 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:21:14.591 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/964102618' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:21:14.709 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:14 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:14.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:14.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/964102618' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:21:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T13:21:14.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:14 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:15.584 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:15 smithi090 ceph-mon[92248]: Upgrade: Updating osd.3 2024-03-11T13:21:15.584 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:15 smithi090 ceph-mon[92248]: Deploying daemon osd.3 on smithi090 2024-03-11T13:21:15.584 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:15 smithi090 ceph-mon[92248]: pgmap v108: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:15.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:15 smithi092 ceph-mon[68076]: Upgrade: Updating osd.3 2024-03-11T13:21:15.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:15 smithi092 ceph-mon[68076]: Deploying daemon osd.3 on smithi090 2024-03-11T13:21:15.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:15 smithi092 ceph-mon[68076]: pgmap v108: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:16.969 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:16.969 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:17.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:17 smithi090 systemd[1]: Stopping Ceph osd.3 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:21:17.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:21:17.413+0000 7f6ee37eb700 -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-11T13:21:17.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:21:17.413+0000 7f6ee37eb700 -1 osd.3 88 *** Got signal Terminated *** 2024-03-11T13:21:17.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3[56120]: debug 2024-03-11T13:21:17.413+0000 7f6ee37eb700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:21:18.101 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:17 smithi090 bash[110429]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.3 2024-03-11T13:21:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: pgmap v109: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.1 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 failed (root=default,host=smithi090) (connection refused reported by osd.1) 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.1 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.2 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.0 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.2 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.0 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.5 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.4 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.5 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.6 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.7 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.4 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.6 2024-03-11T13:21:18.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:17 smithi090 ceph-mon[92248]: osd.3 reported immediately failed by osd.7 2024-03-11T13:21:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: pgmap v109: 129 pgs: 129 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.1 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 failed (root=default,host=smithi090) (connection refused reported by osd.1) 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.1 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.2 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.0 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.2 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.0 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.5 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.4 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.5 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.6 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.7 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.4 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.6 2024-03-11T13:21:18.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:17 smithi092 ceph-mon[68076]: osd.3 reported immediately failed by osd.7 2024-03-11T13:21:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:18 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:21:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:18 smithi090 ceph-mon[92248]: osdmap e89: 8 total, 7 up, 8 in 2024-03-11T13:21:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:18 smithi090 ceph-mon[92248]: osdmap e90: 8 total, 7 up, 8 in 2024-03-11T13:21:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:18 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:21:19.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:18 smithi092 ceph-mon[68076]: osdmap e89: 8 total, 7 up, 8 in 2024-03-11T13:21:19.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:18 smithi092 ceph-mon[68076]: osdmap e90: 8 total, 7 up, 8 in 2024-03-11T13:21:19.630 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:20.094 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:19 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.3.service: Succeeded. 2024-03-11T13:21:20.094 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:19 smithi090 systemd[1]: Stopped Ceph osd.3 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:21:20.095 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:19 smithi090 systemd[1]: Starting Ceph osd.3 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:21:20.095 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:19 smithi090 ceph-mon[92248]: pgmap v111: 129 pgs: 20 stale+active+clean, 109 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 314 B/s rd, 157 B/s wr, 0 op/s 2024-03-11T13:21:20.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:19 smithi092 ceph-mon[68076]: pgmap v111: 129 pgs: 20 stale+active+clean, 109 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 314 B/s rd, 157 B/s wr, 0 op/s 2024-03-11T13:21:21.601 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-11T13:21:21.601 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: 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-11T13:21:21.601 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-11T13:21:21.601 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-11T13:21:21.601 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-11T13:21:21.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-11T13:21:21.602 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:21 smithi090 bash[110794]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-11T13:21:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:21 smithi090 ceph-mon[92248]: pgmap v113: 129 pgs: 14 active+undersized+degraded, 10 stale+active+clean, 8 active+undersized, 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 100/1611 objects degraded (6.207%) 2024-03-11T13:21:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:21 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 100/1611 objects degraded (6.207%), 14 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:21 smithi092 ceph-mon[68076]: pgmap v113: 129 pgs: 14 active+undersized+degraded, 10 stale+active+clean, 8 active+undersized, 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 100/1611 objects degraded (6.207%) 2024-03-11T13:21:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:21 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 100/1611 objects degraded (6.207%), 14 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:22.653 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:22 smithi090 ceph-osd[111170]: -- 172.21.15.90:0/4101979781 <== mon.0 v2:172.21.15.90:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562290c304e0 con 0x562290c01000 2024-03-11T13:21:23.067 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:22 smithi090 bash[111133]: 4a77029cec301d3756308bf36d3fcd2889e2f35e57eab513b52609198434a5d0 2024-03-11T13:21:23.068 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:22 smithi090 systemd[1]: Started Ceph osd.3 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:21:23.068 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:23 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:21:23.064+0000 7f0a567c1640 -1 Falling back to public interface 2024-03-11T13:21:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:23 smithi090 ceph-mon[92248]: pgmap v114: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:24.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:23 smithi092 ceph-mon[68076]: pgmap v114: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:24.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:24.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:24.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:24.675 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:25 smithi090 ceph-mon[92248]: pgmap v115: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:26.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:25 smithi092 ceph-mon[68076]: pgmap v115: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:27.710 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:21:27.366+0000 7f0a567c1640 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-11T13:21:28.062 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:27 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:21:27.821+0000 7f0a567c1640 -1 osd.3 88 log_to_monitors true 2024-03-11T13:21:28.062 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:27 smithi090 ceph-mon[92248]: pgmap v116: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:28.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:27 smithi092 ceph-mon[68076]: pgmap v116: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:29.101 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:21:28 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:21:28.737+0000 7f0a44c14700 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:21:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:28 smithi090 ceph-mon[92248]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T13:21:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:28 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:28 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:29.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:28 smithi092 ceph-mon[68076]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T13:21:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:28 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:29.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:28 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:29.711 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:29.952 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: pgmap v117: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:29.952 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T13:21:29.952 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: osdmap e91: 8 total, 7 up, 8 in 2024-03-11T13:21:29.952 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:21:29.953 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:29.953 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:29 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:30.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: pgmap v117: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 205/1611 objects degraded (12.725%) 2024-03-11T13:21:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T13:21:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: osdmap e91: 8 total, 7 up, 8 in 2024-03-11T13:21:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: from='osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-11T13:21:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:30.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:29 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834] boot 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: osdmap e92: 8 total, 8 up, 8 in 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 205/1611 objects degraded (12.725%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:31.044 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:30 smithi090 ceph-mon[92248]: osdmap e93: 8 total, 8 up, 8 in 2024-03-11T13:21:31.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: osd.3 [v2:172.21.15.90:6826/80735834,v1:172.21.15.90:6827/80735834] boot 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: osdmap e92: 8 total, 8 up, 8 in 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 205/1611 objects degraded (12.725%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:30 smithi092 ceph-mon[68076]: osdmap e93: 8 total, 8 up, 8 in 2024-03-11T13:21:32.019 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:31 smithi090 ceph-mon[92248]: pgmap v120: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 186/1611 objects degraded (11.546%) 2024-03-11T13:21:32.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:31 smithi092 ceph-mon[68076]: pgmap v120: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 186/1611 objects degraded (11.546%) 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: pgmap v122: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:34.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:34.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: pgmap v122: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:34.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:34.759 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:34 smithi090 ceph-mon[92248]: pgmap v123: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 210 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:34 smithi090 ceph-mon[92248]: pgmap v124: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:34 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:34 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-03-11T13:21:35.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:34 smithi092 ceph-mon[68076]: pgmap v123: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 210 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:34 smithi092 ceph-mon[68076]: pgmap v124: 129 pgs: 6 peering, 18 active+undersized+degraded, 8 active+undersized, 97 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%); 0 B/s, 0 objects/s recovering 2024-03-11T13:21:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:34 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:35.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:34 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-03-11T13:21:36.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:35 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 123/1611 objects degraded (7.635%), 18 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:36.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:35 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 123/1611 objects degraded (7.635%), 18 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:36 smithi090 ceph-mon[92248]: pgmap v125: 129 pgs: 6 peering, 123 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 182 B/s wr, 31 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:36 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1611 objects degraded (7.635%), 18 pgs degraded) 2024-03-11T13:21:37.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:36 smithi092 ceph-mon[68076]: pgmap v125: 129 pgs: 6 peering, 123 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 182 B/s wr, 31 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:37.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:36 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1611 objects degraded (7.635%), 18 pgs degraded) 2024-03-11T13:21:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:38 smithi090 ceph-mon[92248]: pgmap v126: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 298 B/s wr, 26 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:38 smithi092 ceph-mon[68076]: pgmap v126: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 298 B/s wr, 26 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:39.795 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:40 smithi090 ceph-mon[92248]: pgmap v127: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 237 B/s wr, 21 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:40 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:40 smithi092 ceph-mon[68076]: pgmap v127: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 237 B/s wr, 21 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:21:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:40 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:42 smithi090 ceph-mon[92248]: pgmap v128: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 115 B/s wr, 20 op/s 2024-03-11T13:21:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:42 smithi092 ceph-mon[68076]: pgmap v128: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 115 B/s wr, 20 op/s 2024-03-11T13:21:44.514 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:21:44.839 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:44 smithi090 ceph-mon[92248]: pgmap v129: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 204 B/s wr, 18 op/s 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (12m) 16s ago 23m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (2m) 16s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (2m) 2m ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (10m) 16s ago 23m 33.9M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:21:45.150 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (18m) 16s ago 18m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (18m) 2m ago 18m 16.3M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (4m) 16s ago 25m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (3m) 2m ago 22m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (3m) 16s ago 25m 57.9M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (3m) 2m ago 22m 36.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (15m) 16s ago 15m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (15m) 2m ago 15m 79.2M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (8m) 16s ago 23m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (4m) 2m ago 22m 4702k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (117s) 16s ago 22m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (80s) 16s ago 21m 105M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:21:45.151 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (43s) 16s ago 21m 93.1M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (22s) 16s ago 20m 13.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (20m) 2m ago 20m 375M 2712M 16.2.5 6933c2a0b7dd 3ec68203644c 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (20m) 2m ago 20m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (19m) 2m ago 19m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (19m) 2m ago 19m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:21:45.152 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 16s ago 22m - - 2024-03-11T13:21:45.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:44 smithi092 ceph-mon[68076]: pgmap v129: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 204 B/s wr, 18 op/s 2024-03-11T13:21:45.533 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:21:45.533 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:45.534 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:21:45.535 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:21:45.536 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-03-11T13:21:45.536 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:21:45.536 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:21:45.536 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:21:45.863 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:21:45.863 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:21:45.863 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:21:45.863 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "10/23 daemons upgraded", 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:21:45.864 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:21:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:45 smithi090 ceph-mon[92248]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:45 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1651870249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:45 smithi092 ceph-mon[68076]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:45 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1651870249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:21:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:46.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:21:46.247 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:21:46.247 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:21:46.247 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:21:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:46 smithi090 ceph-mon[92248]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:46 smithi090 ceph-mon[92248]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:46 smithi090 ceph-mon[92248]: pgmap v130: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-03-11T13:21:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:46 smithi090 ceph-mon[92248]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:46 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3273541741' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:21:47.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:46 smithi092 ceph-mon[68076]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:46 smithi092 ceph-mon[68076]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:46 smithi092 ceph-mon[68076]: pgmap v130: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-03-11T13:21:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:46 smithi092 ceph-mon[68076]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:21:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:46 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3273541741' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:21:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:47 smithi090 ceph-mon[92248]: pgmap v131: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:21:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:47 smithi092 ceph-mon[68076]: pgmap v131: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:21:49.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:48 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:49.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:48 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:49.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:48 smithi092 ceph-mon[68076]: Upgrade: osd.4 is safe to restart 2024-03-11T13:21:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:48 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:48 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T13:21:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:48 smithi090 ceph-mon[92248]: Upgrade: osd.4 is safe to restart 2024-03-11T13:21:49.878 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:49.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:49 smithi092 ceph-mon[68076]: pgmap v132: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:21:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:49 smithi090 ceph-mon[92248]: pgmap v132: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:21:51.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:50 smithi092 ceph-mon[68076]: Upgrade: Updating osd.4 2024-03-11T13:21:51.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:50 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:51.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:50 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:21:51.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:50 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:51.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:50 smithi092 ceph-mon[68076]: Deploying daemon osd.4 on smithi092 2024-03-11T13:21:51.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:50 smithi090 ceph-mon[92248]: Upgrade: Updating osd.4 2024-03-11T13:21:51.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:50 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:51.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:50 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T13:21:51.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:50 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:21:51.352 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:50 smithi090 ceph-mon[92248]: Deploying daemon osd.4 on smithi092 2024-03-11T13:21:52.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:51 smithi090 ceph-mon[92248]: pgmap v133: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:21:52.367 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:51 smithi092 ceph-mon[68076]: pgmap v133: 129 pgs: 129 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:21:53.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:52 smithi092 systemd[1]: Stopping Ceph osd.4 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:21:53.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:21:53.069+0000 7f0ab2070700 -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-11T13:21:53.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:21:53.069+0000 7f0ab2070700 -1 osd.4 93 *** Got signal Terminated *** 2024-03-11T13:21:53.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4[42858]: debug 2024-03-11T13:21:53.069+0000 7f0ab2070700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:21:53.583 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:53 smithi092 bash[73426]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4 2024-03-11T13:21:53.584 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-mon[68076]: osd.4 reported immediately failed by osd.7 2024-03-11T13:21:53.584 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-mon[68076]: osd.4 failed (root=default,host=smithi092) (connection refused reported by osd.7) 2024-03-11T13:21:53.584 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:53 smithi092 ceph-mon[68076]: osd.4 reported immediately failed by osd.5 2024-03-11T13:21:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:53 smithi090 ceph-mon[92248]: osd.4 reported immediately failed by osd.7 2024-03-11T13:21:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:53 smithi090 ceph-mon[92248]: osd.4 failed (root=default,host=smithi092) (connection refused reported by osd.7) 2024-03-11T13:21:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:53 smithi090 ceph-mon[92248]: osd.4 reported immediately failed by osd.5 2024-03-11T13:21:54.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:53 smithi092 bash[73493]: Error: no container with name or ID "ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.4" found: no such container 2024-03-11T13:21:54.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:54 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:21:54.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:54 smithi090 ceph-mon[92248]: osdmap e94: 8 total, 7 up, 8 in 2024-03-11T13:21:54.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:54 smithi090 ceph-mon[92248]: pgmap v135: 129 pgs: 18 stale+active+clean, 111 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:21:54.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:54 smithi090 ceph-mon[92248]: osdmap e95: 8 total, 7 up, 8 in 2024-03-11T13:21:54.645 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:54 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:21:54.645 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:54 smithi092 ceph-mon[68076]: osdmap e94: 8 total, 7 up, 8 in 2024-03-11T13:21:54.645 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:54 smithi092 ceph-mon[68076]: pgmap v135: 129 pgs: 18 stale+active+clean, 111 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:21:54.646 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:54 smithi092 ceph-mon[68076]: osdmap e95: 8 total, 7 up, 8 in 2024-03-11T13:21:54.916 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:21:55.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:55 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.4.service: Succeeded. 2024-03-11T13:21:55.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:55 smithi092 systemd[1]: Stopped Ceph osd.4 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:21:55.591 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:55 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 65/1611 objects degraded (4.035%), 8 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:55.591 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:55 smithi092 systemd[1]: Starting Ceph osd.4 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:21:55.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:55 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 65/1611 objects degraded (4.035%), 8 pgs degraded (PG_DEGRADED) 2024-03-11T13:21:56.435 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: 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-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-11T13:21:56.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:56 smithi092 bash[73725]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-11T13:21:56.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:56 smithi092 ceph-mon[68076]: pgmap v137: 129 pgs: 8 active+undersized+degraded, 8 peering, 11 stale+active+clean, 1 active+undersized, 101 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 65/1611 objects degraded (4.035%) 2024-03-11T13:21:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:56 smithi090 ceph-mon[92248]: pgmap v137: 129 pgs: 8 active+undersized+degraded, 8 peering, 11 stale+active+clean, 1 active+undersized, 101 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 65/1611 objects degraded (4.035%) 2024-03-11T13:21:57.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:57 smithi092 ceph-osd[74026]: -- 172.21.15.92:0/1004523983 <== mon.1 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e521e064e0 con 0x55e521dd6c00 2024-03-11T13:21:57.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:57 smithi092 bash[73988]: 1cb0704cd2a0156a746b7495ef0402b2bb4dd9bcfaa52cab08e9e20d21d0a663 2024-03-11T13:21:57.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:57 smithi092 systemd[1]: Started Ceph osd.4 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:21:58.121 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:21:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:21:57.832+0000 7f59c3156640 -1 Falling back to public interface 2024-03-11T13:21:58.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:58 smithi090 ceph-mon[92248]: pgmap v138: 129 pgs: 28 active+undersized+degraded, 8 peering, 20 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 249/1611 objects degraded (15.456%) 2024-03-11T13:21:58.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:58.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:58.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:21:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:58.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:58 smithi092 ceph-mon[68076]: pgmap v138: 129 pgs: 28 active+undersized+degraded, 8 peering, 20 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 249/1611 objects degraded (15.456%) 2024-03-11T13:21:58.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:58.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:21:58.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:21:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:21:59.960 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:00.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:00 smithi090 ceph-mon[92248]: pgmap v139: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:00.870 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:00 smithi092 ceph-mon[68076]: pgmap v139: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:01.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:01 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 262/1611 objects degraded (16.263%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:01 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 262/1611 objects degraded (16.263%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:02.641 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:22:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:22:02.600+0000 7f59c3156640 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-11T13:22:02.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:02 smithi092 ceph-mon[68076]: pgmap v140: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 126 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:02.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:02 smithi090 ceph-mon[92248]: pgmap v140: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 126 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:03.358 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:22:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:22:03.118+0000 7f59c3156640 -1 osd.4 93 log_to_monitors true 2024-03-11T13:22:03.935 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:22:03 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:22:03.698+0000 7f59b1daa700 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:22:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:03 smithi092 ceph-mon[68076]: from='osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:22:03.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:03 smithi092 ceph-mon[68076]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:22:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:03 smithi090 ceph-mon[92248]: from='osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:22:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:03 smithi090 ceph-mon[92248]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T13:22:04.867 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:04 smithi092 ceph-mon[68076]: pgmap v141: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:04.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:04 smithi092 ceph-mon[68076]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T13:22:04.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:04 smithi092 ceph-mon[68076]: osdmap e96: 8 total, 7 up, 8 in 2024-03-11T13:22:04.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:04 smithi092 ceph-mon[68076]: from='osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:04.868 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:04 smithi092 ceph-mon[68076]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:04 smithi090 ceph-mon[92248]: pgmap v141: 129 pgs: 30 active+undersized+degraded, 26 active+undersized, 73 active+clean; 330 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 262/1611 objects degraded (16.263%) 2024-03-11T13:22:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:04 smithi090 ceph-mon[92248]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T13:22:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:04 smithi090 ceph-mon[92248]: osdmap e96: 8 total, 7 up, 8 in 2024-03-11T13:22:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:04 smithi090 ceph-mon[92248]: from='osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:05.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:04 smithi090 ceph-mon[92248]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:05.739 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879] boot 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: osdmap e97: 8 total, 8 up, 8 in 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:05.933 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:05.934 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:05.934 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:05.934 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:05.934 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:05.934 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:05 smithi090 ceph-mon[92248]: osdmap e98: 8 total, 8 up, 8 in 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: osd.4 [v2:172.21.15.92:6800/1288183879,v1:172.21.15.92:6801/1288183879] boot 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: osdmap e97: 8 total, 8 up, 8 in 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:06.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:05 smithi092 ceph-mon[68076]: osdmap e98: 8 total, 8 up, 8 in 2024-03-11T13:22:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: pgmap v144: 129 pgs: 7 peering, 24 active+undersized+degraded, 25 active+undersized, 73 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s; 208/1611 objects degraded (12.911%) 2024-03-11T13:22:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: pgmap v145: 129 pgs: 7 peering, 24 active+undersized+degraded, 25 active+undersized, 73 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 177 B/s wr, 0 op/s; 208/1611 objects degraded (12.911%) 2024-03-11T13:22:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-03-11T13:22:06.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:06.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:06 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 208/1611 objects degraded (12.911%), 24 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: pgmap v144: 129 pgs: 7 peering, 24 active+undersized+degraded, 25 active+undersized, 73 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s; 208/1611 objects degraded (12.911%) 2024-03-11T13:22:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: pgmap v145: 129 pgs: 7 peering, 24 active+undersized+degraded, 25 active+undersized, 73 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 177 B/s wr, 0 op/s; 208/1611 objects degraded (12.911%) 2024-03-11T13:22:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-03-11T13:22:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:06 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 208/1611 objects degraded (12.911%), 24 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:09.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:08 smithi090 ceph-mon[92248]: pgmap v147: 129 pgs: 14 peering, 7 active+undersized+degraded, 14 active+undersized, 94 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 271 B/s wr, 0 op/s; 69/1611 objects degraded (4.283%); 0 B/s, 0 objects/s recovering 2024-03-11T13:22:09.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:08 smithi092 ceph-mon[68076]: pgmap v147: 129 pgs: 14 peering, 7 active+undersized+degraded, 14 active+undersized, 94 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 271 B/s wr, 0 op/s; 69/1611 objects degraded (4.283%); 0 B/s, 0 objects/s recovering 2024-03-11T13:22:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:09 smithi090 ceph-mon[92248]: pgmap v148: 129 pgs: 14 peering, 115 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 375 B/s rd, 187 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:09 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/1611 objects degraded (4.283%), 7 pgs degraded) 2024-03-11T13:22:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:09 smithi092 ceph-mon[68076]: pgmap v148: 129 pgs: 14 peering, 115 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 375 B/s rd, 187 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:10.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:09 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/1611 objects degraded (4.283%), 7 pgs degraded) 2024-03-11T13:22:10.779 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:12 smithi090 ceph-mon[92248]: pgmap v149: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 317 B/s rd, 158 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:12 smithi092 ceph-mon[68076]: pgmap v149: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 317 B/s rd, 158 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:15.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:14 smithi090 ceph-mon[92248]: pgmap v150: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:14 smithi092 ceph-mon[68076]: pgmap v150: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:15.820 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:16.598 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:22:16.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:16 smithi090 ceph-mon[92248]: pgmap v151: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:16.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:16.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:16.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:16 smithi092 ceph-mon[68076]: pgmap v151: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:16.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (13m) 48s ago 24m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (2m) 48s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (2m) 16s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (11m) 48s ago 23m 33.9M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (18m) 48s ago 18m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:22:17.297 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (18m) 16s ago 18m 16.7M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (4m) 48s ago 25m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (4m) 16s ago 23m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (3m) 48s ago 25m 57.9M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (3m) 16s ago 23m 44.1M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (15m) 48s ago 15m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (15m) 16s ago 15m 81.5M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (9m) 48s ago 23m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (4m) 16s ago 22m 10.7M - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (2m) 48s ago 22m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (112s) 48s ago 22m 105M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (76s) 48s ago 21m 93.1M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (55s) 48s ago 21m 13.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:22:17.298 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (20s) 16s ago 21m 13.8M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:22:17.299 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (20m) 16s ago 20m 402M 2712M 16.2.5 6933c2a0b7dd 745e8bd0a8ae 2024-03-11T13:22:17.299 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (20m) 16s ago 20m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:22:17.299 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (20m) 16s ago 20m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:22:17.299 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 48s ago 23m - - 2024-03-11T13:22:17.687 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:22:17.687 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 5 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:17.688 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:22:17.689 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-03-11T13:22:17.689 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 9 2024-03-11T13:22:17.689 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:22:17.689 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:22:17.840 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:17 smithi090 ceph-mon[92248]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:17.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:17 smithi092 ceph-mon[68076]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:18.017 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:22:18.017 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:22:18.017 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:22:18.017 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:22:18.017 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "11/23 daemons upgraded", 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:22:18.018 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:22:18.401 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:22:18.401 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:22:18.401 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:22:18.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:18 smithi092 ceph-mon[68076]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:18.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:18 smithi092 ceph-mon[68076]: pgmap v152: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 268 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:18 smithi092 ceph-mon[68076]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:18 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2463439766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:18.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:18 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/758109021' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:22:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:18 smithi090 ceph-mon[92248]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:18 smithi090 ceph-mon[92248]: pgmap v152: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 268 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T13:22:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:18 smithi090 ceph-mon[92248]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:18 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2463439766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:19.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:18 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/758109021' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:22:19.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:19 smithi092 ceph-mon[68076]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:20.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:19 smithi090 ceph-mon[92248]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:20.860 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:20.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:20 smithi092 ceph-mon[68076]: pgmap v153: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:20.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:20 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:20 smithi090 ceph-mon[92248]: pgmap v153: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:21.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:20 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:21.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:21 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:21.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:21 smithi092 ceph-mon[68076]: Upgrade: osd.5 is safe to restart 2024-03-11T13:22:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:22:21.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:21 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T13:22:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:21 smithi090 ceph-mon[92248]: Upgrade: osd.5 is safe to restart 2024-03-11T13:22:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T13:22:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:22 smithi090 ceph-mon[92248]: pgmap v154: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:22 smithi090 ceph-mon[92248]: Upgrade: Updating osd.5 2024-03-11T13:22:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:22 smithi090 ceph-mon[92248]: Deploying daemon osd.5 on smithi092 2024-03-11T13:22:23.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:22 smithi092 ceph-mon[68076]: pgmap v154: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:23.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:22 smithi092 ceph-mon[68076]: Upgrade: Updating osd.5 2024-03-11T13:22:23.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:22 smithi092 ceph-mon[68076]: Deploying daemon osd.5 on smithi092 2024-03-11T13:22:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:24 smithi090 ceph-mon[92248]: pgmap v155: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:25.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:24 smithi092 ceph-mon[68076]: pgmap v155: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:25.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:24 smithi092 systemd[1]: Stopping Ceph osd.5 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:22:25.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:22:24.856+0000 7f27867ce700 -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-11T13:22:25.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:22:24.856+0000 7f27867ce700 -1 osd.5 98 *** Got signal Terminated *** 2024-03-11T13:22:25.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5[45752]: debug 2024-03-11T13:22:24.856+0000 7f27867ce700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:22:25.590 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:25 smithi092 bash[76168]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.5 2024-03-11T13:22:25.898 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 failed (root=default,host=smithi092) (connection refused reported by osd.6) 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:25 smithi092 ceph-mon[68076]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 failed (root=default,host=smithi092) (connection refused reported by osd.6) 2024-03-11T13:22:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.6 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.7 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.0 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.1 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.2 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.3 2024-03-11T13:22:26.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:25 smithi090 ceph-mon[92248]: osd.5 reported immediately failed by osd.4 2024-03-11T13:22:26.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:26 smithi092 ceph-mon[68076]: pgmap v156: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:26.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:26 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:22:26.845 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:26 smithi092 ceph-mon[68076]: osdmap e99: 8 total, 7 up, 8 in 2024-03-11T13:22:27.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:26 smithi090 ceph-mon[92248]: pgmap v156: 129 pgs: 129 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:26 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:22:27.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:26 smithi090 ceph-mon[92248]: osdmap e99: 8 total, 7 up, 8 in 2024-03-11T13:22:27.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:27 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.5.service: Succeeded. 2024-03-11T13:22:27.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:27 smithi092 systemd[1]: Stopped Ceph osd.5 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:22:27.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:27 smithi092 systemd[1]: Starting Ceph osd.5 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:22:27.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:27 smithi092 ceph-mon[68076]: osdmap e100: 8 total, 7 up, 8 in 2024-03-11T13:22:28.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:27 smithi090 ceph-mon[92248]: osdmap e100: 8 total, 7 up, 8 in 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: 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-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-11T13:22:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:28 smithi092 bash[76456]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-11T13:22:28.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:28 smithi092 ceph-mon[68076]: pgmap v159: 129 pgs: 20 peering, 12 stale+active+clean, 97 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T13:22:28.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:28 smithi092 ceph-mon[68076]: Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-11T13:22:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:28 smithi090 ceph-mon[92248]: pgmap v159: 129 pgs: 20 peering, 12 stale+active+clean, 97 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T13:22:29.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:28 smithi090 ceph-mon[92248]: Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-03-11T13:22:29.522 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:29 smithi092 ceph-osd[76745]: -- 172.21.15.92:0/1937528199 <== mon.1 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ab4ec124e0 con 0x55ab4ebe2c00 2024-03-11T13:22:29.935 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:29 smithi092 bash[76707]: 080afb59faee9e31afe5015203e4e9237e60eed3b16e867702f1e43374e002fa 2024-03-11T13:22:29.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:29 smithi092 systemd[1]: Started Ceph osd.5 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:22:30.307 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:22:29.962+0000 7f1370897640 -1 Falling back to public interface 2024-03-11T13:22:30.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:30 smithi090 ceph-mon[92248]: pgmap v160: 129 pgs: 8 active+undersized+degraded, 20 peering, 4 stale+active+clean, 4 active+undersized, 93 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 73/1611 objects degraded (4.531%) 2024-03-11T13:22:30.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:30.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:30.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:30.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:30 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 73/1611 objects degraded (4.531%), 8 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:30.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:30 smithi092 ceph-mon[68076]: pgmap v160: 129 pgs: 8 active+undersized+degraded, 20 peering, 4 stale+active+clean, 4 active+undersized, 93 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 73/1611 objects degraded (4.531%) 2024-03-11T13:22:30.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:30.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:30.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:30.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:30 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 73/1611 objects degraded (4.531%), 8 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:30.945 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:31.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:32 smithi090 ceph-mon[92248]: pgmap v161: 129 pgs: 14 active+undersized+degraded, 20 peering, 11 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 113/1611 objects degraded (7.014%) 2024-03-11T13:22:33.108 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:32 smithi092 ceph-mon[68076]: pgmap v161: 129 pgs: 14 active+undersized+degraded, 20 peering, 11 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 113/1611 objects degraded (7.014%) 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: pgmap v162: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 179/1611 objects degraded (11.111%) 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 6 pgs peering) 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:22:34.635+0000 7f1370897640 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: pgmap v162: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 179/1611 objects degraded (11.111%) 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 6 pgs peering) 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:35.340 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:22:35.098+0000 7f1370897640 -1 osd.5 98 log_to_monitors true 2024-03-11T13:22:35.607 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:35 smithi092 ceph-mon[68076]: from='osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:22:35.607 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:35 smithi092 ceph-mon[68076]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:22:35.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:35 smithi090 ceph-mon[92248]: from='osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:22:35.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:35 smithi090 ceph-mon[92248]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T13:22:35.935 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:22:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:22:35.605+0000 7f135ecea700 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:22:35.988 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: pgmap v163: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s; 179/1611 objects degraded (11.111%) 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: osdmap e101: 8 total, 7 up, 8 in 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: from='osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:36.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:36 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 179/1611 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:36.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: pgmap v163: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 217 B/s wr, 0 op/s; 179/1611 objects degraded (11.111%) 2024-03-11T13:22:36.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T13:22:36.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: osdmap e101: 8 total, 7 up, 8 in 2024-03-11T13:22:36.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: from='osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:36.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:22:36.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:36 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 179/1611 objects degraded (11.111%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:37.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:37 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:22:37.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:37 smithi092 ceph-mon[68076]: osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140] boot 2024-03-11T13:22:37.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:37 smithi092 ceph-mon[68076]: osdmap e102: 8 total, 8 up, 8 in 2024-03-11T13:22:37.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:37 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:22:37.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:37 smithi092 ceph-mon[68076]: osdmap e103: 8 total, 8 up, 8 in 2024-03-11T13:22:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:37 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:22:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:37 smithi090 ceph-mon[92248]: osd.5 [v2:172.21.15.92:6808/1049868140,v1:172.21.15.92:6809/1049868140] boot 2024-03-11T13:22:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:37 smithi090 ceph-mon[92248]: osdmap e102: 8 total, 8 up, 8 in 2024-03-11T13:22:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:37 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T13:22:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:37 smithi090 ceph-mon[92248]: osdmap e103: 8 total, 8 up, 8 in 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: pgmap v166: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: pgmap v168: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 226 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: pgmap v169: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 404 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:38.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:38.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:38.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:39.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: pgmap v166: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: pgmap v168: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 226 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:39.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: pgmap v169: 129 pgs: 14 peering, 17 active+undersized+degraded, 14 active+undersized, 84 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 404 B/s wr, 0 op/s; 136/1611 objects degraded (8.442%) 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:39.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:39 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:39.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:39 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:22:40.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:39 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:40.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:39 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:22:40.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:40 smithi092 ceph-mon[68076]: pgmap v170: 129 pgs: 14 peering, 15 active+undersized+degraded, 12 active+undersized, 88 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 501 B/s rd, 250 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%) 2024-03-11T13:22:41.024 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:41.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:40 smithi090 ceph-mon[92248]: pgmap v170: 129 pgs: 14 peering, 15 active+undersized+degraded, 12 active+undersized, 88 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 501 B/s rd, 250 B/s wr, 0 op/s; 123/1611 objects degraded (7.635%) 2024-03-11T13:22:41.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:41 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 123/1611 objects degraded (7.635%), 15 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:41.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:41 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 123/1611 objects degraded (7.635%), 15 pgs degraded (PG_DEGRADED) 2024-03-11T13:22:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:42.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:42 smithi092 ceph-mon[68076]: pgmap v171: 129 pgs: 5 peering, 124 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 402 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T13:22:42.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:42 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1611 objects degraded (7.635%), 15 pgs degraded) 2024-03-11T13:22:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:42 smithi090 ceph-mon[92248]: pgmap v171: 129 pgs: 5 peering, 124 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 402 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T13:22:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:42 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1611 objects degraded (7.635%), 15 pgs degraded) 2024-03-11T13:22:44.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:44 smithi092 ceph-mon[68076]: pgmap v172: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 313 B/s rd, 156 B/s wr, 0 op/s 2024-03-11T13:22:45.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:44 smithi090 ceph-mon[92248]: pgmap v172: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 313 B/s rd, 156 B/s wr, 0 op/s 2024-03-11T13:22:46.065 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:46.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:46 smithi092 ceph-mon[68076]: pgmap v173: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 126 B/s wr, 0 op/s 2024-03-11T13:22:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:46 smithi090 ceph-mon[92248]: pgmap v173: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 126 B/s wr, 0 op/s 2024-03-11T13:22:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:47.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:22:48.755 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:22:48.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:48 smithi092 ceph-mon[68076]: pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:22:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:48 smithi090 ceph-mon[92248]: pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T13:22:49.384 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:22:49.384 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (13m) 80s ago 24m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:22:49.384 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (3m) 80s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (3m) 15s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (11m) 80s ago 24m 33.9M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (19m) 80s ago 19m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (19m) 15s ago 19m 16.8M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (5m) 80s ago 26m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (4m) 15s ago 23m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (4m) 80s ago 26m 57.9M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (4m) 15s ago 23m 47.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:22:49.385 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (16m) 80s ago 16m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (16m) 15s ago 16m 81.6M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (9m) 80s ago 24m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (5m) 15s ago 23m 10.7M - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (3m) 80s ago 23m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (2m) 80s ago 22m 105M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (108s) 80s ago 22m 93.1M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (87s) 80s ago 21m 13.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (52s) 15s ago 21m 127M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (20s) 15s ago 21m 13.8M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (21m) 15s ago 21m 334M 2712M 16.2.5 6933c2a0b7dd bc39ac7fc99c 2024-03-11T13:22:49.386 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (20m) 15s ago 20m 469M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:22:49.387 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 80s ago 24m - - 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 6 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:22:49.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 10 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:22:49.768 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:22:49.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:49 smithi092 ceph-mon[68076]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:50.088 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:22:50.088 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:22:50.089 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:22:50.090 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:22:50.090 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "12/23 daemons upgraded", 2024-03-11T13:22:50.090 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:22:50.090 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:22:50.090 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:22:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:49 smithi090 ceph-mon[92248]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:50.468 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:22:50.468 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:22:50.468 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:22:50.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:50 smithi092 ceph-mon[68076]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:50 smithi092 ceph-mon[68076]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:50 smithi092 ceph-mon[68076]: pgmap v175: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:50 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2461764372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:50.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:50 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3966286428' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:22:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:50 smithi090 ceph-mon[92248]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:50 smithi090 ceph-mon[92248]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:50 smithi090 ceph-mon[92248]: pgmap v175: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:50 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2461764372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:22:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:50 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3966286428' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:22:51.104 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:51 smithi090 ceph-mon[92248]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:51 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:51 smithi092 ceph-mon[68076]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:22:52.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:51 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:52 smithi090 ceph-mon[92248]: pgmap v176: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:52 smithi092 ceph-mon[68076]: pgmap v176: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:54.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: Upgrade: osd.6 is safe to restart 2024-03-11T13:22:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: pgmap v177: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:22:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:55.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T13:22:55.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: Upgrade: osd.6 is safe to restart 2024-03-11T13:22:55.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: pgmap v177: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:55.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:22:55.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T13:22:55.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:22:56.009 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:55 smithi092 ceph-mon[68076]: Upgrade: Updating osd.6 2024-03-11T13:22:56.009 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:55 smithi092 ceph-mon[68076]: Deploying daemon osd.6 on smithi092 2024-03-11T13:22:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:55 smithi090 ceph-mon[92248]: Upgrade: Updating osd.6 2024-03-11T13:22:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:55 smithi090 ceph-mon[92248]: Deploying daemon osd.6 on smithi092 2024-03-11T13:22:56.148 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:22:56.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:56 smithi092 ceph-mon[68076]: pgmap v178: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:56 smithi090 ceph-mon[92248]: pgmap v178: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:22:57.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:57 smithi092 systemd[1]: Stopping Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:22:57.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:22:57.413+0000 7f336781e700 -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-11T13:22:57.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:22:57.413+0000 7f336781e700 -1 osd.6 103 *** Got signal Terminated *** 2024-03-11T13:22:57.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6[48606]: debug 2024-03-11T13:22:57.413+0000 7f336781e700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:22:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.7 2024-03-11T13:22:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 failed (root=default,host=smithi092) (connection refused reported by osd.7) 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.7 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.0 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.1 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.2 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.3 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.5 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.0 2024-03-11T13:22:58.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.1 2024-03-11T13:22:58.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.2 2024-03-11T13:22:58.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.3 2024-03-11T13:22:58.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.4 2024-03-11T13:22:58.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.5 2024-03-11T13:22:58.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:57 smithi090 ceph-mon[92248]: osd.6 reported immediately failed by osd.4 2024-03-11T13:22:58.118 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:57 smithi092 bash[78840]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.6 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.7 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 failed (root=default,host=smithi092) (connection refused reported by osd.7) 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.7 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.0 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.1 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.2 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.3 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.5 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.0 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.1 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.2 2024-03-11T13:22:58.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.3 2024-03-11T13:22:58.120 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.4 2024-03-11T13:22:58.120 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.5 2024-03-11T13:22:58.120 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:57 smithi092 ceph-mon[68076]: osd.6 reported immediately failed by osd.4 2024-03-11T13:22:58.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:58 smithi092 ceph-mon[68076]: pgmap v179: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:58.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:58 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:22:58.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:58 smithi092 ceph-mon[68076]: osdmap e104: 8 total, 7 up, 8 in 2024-03-11T13:22:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:58 smithi090 ceph-mon[92248]: pgmap v179: 129 pgs: 129 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:22:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:58 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:22:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:58 smithi090 ceph-mon[92248]: osdmap e104: 8 total, 7 up, 8 in 2024-03-11T13:22:59.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:59 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.6.service: Succeeded. 2024-03-11T13:22:59.686 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:59 smithi092 systemd[1]: Stopped Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:23:00.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:59 smithi092 ceph-mon[68076]: osdmap e105: 8 total, 7 up, 8 in 2024-03-11T13:23:00.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:22:59 smithi092 ceph-mon[68076]: pgmap v182: 129 pgs: 21 peering, 6 stale+active+clean, 102 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T13:23:00.059 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:22:59 smithi092 systemd[1]: Starting Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:23:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:59 smithi090 ceph-mon[92248]: osdmap e105: 8 total, 7 up, 8 in 2024-03-11T13:23:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:22:59 smithi090 ceph-mon[92248]: pgmap v182: 129 pgs: 21 peering, 6 stale+active+clean, 102 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T13:23:00.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:00 smithi092 ceph-mon[68076]: Health check failed: Reduced data availability: 7 pgs peering (PG_AVAILABILITY) 2024-03-11T13:23:00.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:00 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:00.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:00 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: 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-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-11T13:23:00.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-11T13:23:00.937 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:00 smithi092 bash[79122]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-11T13:23:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:00 smithi090 ceph-mon[92248]: Health check failed: Reduced data availability: 7 pgs peering (PG_AVAILABILITY) 2024-03-11T13:23:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:00 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:01.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:00 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:01.189 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:01 smithi090 ceph-mon[92248]: pgmap v183: 129 pgs: 13 active+undersized+degraded, 21 peering, 9 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 103/1611 objects degraded (6.394%) 2024-03-11T13:23:02.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:01 smithi092 ceph-mon[68076]: pgmap v183: 129 pgs: 13 active+undersized+degraded, 21 peering, 9 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 103/1611 objects degraded (6.394%) 2024-03-11T13:23:02.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:01 smithi092 ceph-osd[79476]: -- 172.21.15.92:0/3724988522 <== mon.1 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5563451944e0 con 0x556345165000 2024-03-11T13:23:02.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:01 smithi092 bash[79438]: dc5c860c3e1078bc991170197666e5a1fe935e2eb0148765fa26ba5441edec21 2024-03-11T13:23:02.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:01 smithi092 systemd[1]: Started Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:23:02.685 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:02 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:02.338+0000 7fb3cd998640 -1 Falling back to public interface 2024-03-11T13:23:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:02 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 103/1611 objects degraded (6.394%), 13 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:03.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:02 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:03.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:02 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 103/1611 objects degraded (6.394%), 13 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:03.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:03.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:02 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:03 smithi090 ceph-mon[92248]: pgmap v184: 129 pgs: 13 active+undersized+degraded, 21 peering, 9 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 103/1611 objects degraded (6.394%) 2024-03-11T13:23:04.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:03 smithi092 ceph-mon[68076]: pgmap v184: 129 pgs: 13 active+undersized+degraded, 21 peering, 9 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 103/1611 objects degraded (6.394%) 2024-03-11T13:23:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:05 smithi090 ceph-mon[92248]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs peering) 2024-03-11T13:23:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:05 smithi092 ceph-mon[68076]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs peering) 2024-03-11T13:23:06.227 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:06.777 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:06.497+0000 7fb3cd998640 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-11T13:23:07.082 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:06.914+0000 7fb3cd998640 -1 osd.6 103 log_to_monitors true 2024-03-11T13:23:07.082 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-mon[68076]: pgmap v185: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:07.082 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.082 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.082 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.082 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:06 smithi090 ceph-mon[92248]: pgmap v185: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:07.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:07 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:07.800+0000 7fb3bc5ec700 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:23:07.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:07 smithi092 ceph-mon[68076]: from='osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:23:07.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:07 smithi092 ceph-mon[68076]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:23:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:07 smithi090 ceph-mon[92248]: from='osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:23:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:07 smithi090 ceph-mon[92248]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T13:23:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:08 smithi090 ceph-mon[92248]: pgmap v186: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:08 smithi090 ceph-mon[92248]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T13:23:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:08 smithi090 ceph-mon[92248]: osdmap e106: 8 total, 7 up, 8 in 2024-03-11T13:23:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:08 smithi090 ceph-mon[92248]: from='osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:09.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:08 smithi090 ceph-mon[92248]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:08 smithi092 ceph-mon[68076]: pgmap v186: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:08 smithi092 ceph-mon[68076]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T13:23:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:08 smithi092 ceph-mon[68076]: osdmap e106: 8 total, 7 up, 8 in 2024-03-11T13:23:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:08 smithi092 ceph-mon[68076]: from='osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:09.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:08 smithi092 ceph-mon[68076]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:10.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:09 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:23:10.018 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:09 smithi092 ceph-mon[68076]: osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840] boot 2024-03-11T13:23:10.018 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:09 smithi092 ceph-mon[68076]: osdmap e107: 8 total, 8 up, 8 in 2024-03-11T13:23:10.018 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:09 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:23:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:09 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:23:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:09 smithi090 ceph-mon[92248]: osd.6 [v2:172.21.15.92:6816/154177840,v1:172.21.15.92:6817/154177840] boot 2024-03-11T13:23:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:09 smithi090 ceph-mon[92248]: osdmap e107: 8 total, 8 up, 8 in 2024-03-11T13:23:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:09 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T13:23:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: pgmap v189: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: osdmap e108: 8 total, 8 up, 8 in 2024-03-11T13:23:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 178/1611 objects degraded (11.049%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:11.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:10 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: pgmap v189: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: osdmap e108: 8 total, 8 up, 8 in 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:11.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:11.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 178/1611 objects degraded (11.049%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:11.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:10 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:11.273 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:11 smithi090 ceph-mon[92248]: pgmap v191: 129 pgs: 1 peering, 23 active+undersized+degraded, 19 active+undersized, 86 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 231 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:11 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:11 smithi090 ceph-mon[92248]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:23:12.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:11 smithi092 ceph-mon[68076]: pgmap v191: 129 pgs: 1 peering, 23 active+undersized+degraded, 19 active+undersized, 86 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 231 B/s wr, 0 op/s; 178/1611 objects degraded (11.049%) 2024-03-11T13:23:12.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:11 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:12.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:11 smithi092 ceph-mon[68076]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T13:23:13.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:12 smithi090 ceph-mon[92248]: pgmap v192: 129 pgs: 1 peering, 13 active+undersized+degraded, 14 active+undersized, 101 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 231 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:23:13.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:12 smithi092 ceph-mon[68076]: pgmap v192: 129 pgs: 1 peering, 13 active+undersized+degraded, 14 active+undersized, 101 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 231 B/s wr, 0 op/s; 92/1611 objects degraded (5.711%) 2024-03-11T13:23:14.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:14 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1611 objects degraded (5.711%), 13 pgs degraded) 2024-03-11T13:23:14.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:14 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1611 objects degraded (5.711%), 13 pgs degraded) 2024-03-11T13:23:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:15 smithi090 ceph-mon[92248]: pgmap v193: 129 pgs: 1 peering, 128 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 324 B/s rd, 162 B/s wr, 0 op/s 2024-03-11T13:23:15.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:15 smithi092 ceph-mon[68076]: pgmap v193: 129 pgs: 1 peering, 128 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 324 B/s rd, 162 B/s wr, 0 op/s 2024-03-11T13:23:16.312 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:16.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:16.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:16 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:17.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:16 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:17 smithi090 ceph-mon[92248]: pgmap v194: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 139 B/s wr, 0 op/s 2024-03-11T13:23:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:17 smithi092 ceph-mon[68076]: pgmap v194: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 139 B/s wr, 0 op/s 2024-03-11T13:23:20.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:19 smithi090 ceph-mon[92248]: pgmap v195: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 242 B/s wr, 0 op/s 2024-03-11T13:23:20.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:19 smithi092 ceph-mon[68076]: pgmap v195: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 242 B/s wr, 0 op/s 2024-03-11T13:23:20.820 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:23:21.339 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (14m) 112s ago 25m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (3m) 112s ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (3m) 15s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (12m) 112s ago 24m 33.9M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (19m) 112s ago 19m 39.2M - 16.2.5 6933c2a0b7dd 3ff4bc482f4f 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (19m) 15s ago 19m 16.9M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (5m) 112s ago 26m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (5m) 15s ago 24m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (5m) 112s ago 26m 57.9M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:23:21.461 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (4m) 15s ago 24m 45.3M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (17m) 112s ago 17m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (16m) 15s ago 16m 81.6M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (10m) 112s ago 24m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (5m) 15s ago 23m 10.7M - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (3m) 112s ago 23m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (2m) 112s ago 23m 105M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (2m) 112s ago 22m 93.1M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (119s) 112s ago 22m 13.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (84s) 15s ago 22m 128M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (52s) 15s ago 21m 121M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (20s) 15s ago 21m 11.4M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (21m) 15s ago 21m 470M 2712M 16.2.5 6933c2a0b7dd 6c7463a94565 2024-03-11T13:23:21.462 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 112s ago 24m - - 2024-03-11T13:23:21.846 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 7 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:23:21.847 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-03-11T13:23:21.848 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 11 2024-03-11T13:23:21.848 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:23:21.848 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:23:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:21 smithi090 ceph-mon[92248]: pgmap v196: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-03-11T13:23:22.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:23:22.172 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:23:22.173 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "13/23 daemons upgraded", 2024-03-11T13:23:22.173 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T13:23:22.173 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:23:22.173 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:23:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:21 smithi092 ceph-mon[68076]: pgmap v196: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-03-11T13:23:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:22.550 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:23:22.551 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:23:22.551 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:23:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:22 smithi090 ceph-mon[92248]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:22 smithi090 ceph-mon[92248]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:22 smithi090 ceph-mon[92248]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:22 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/521842833' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:22 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2875909418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:23:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:22 smithi092 ceph-mon[68076]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:22 smithi092 ceph-mon[68076]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:22 smithi092 ceph-mon[68076]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:22 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/521842833' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:23.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:22 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2875909418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:23:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:23 smithi090 ceph-mon[92248]: pgmap v197: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:23 smithi090 ceph-mon[92248]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:24.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:23 smithi092 ceph-mon[68076]: pgmap v197: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:24.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:23 smithi092 ceph-mon[68076]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:24 smithi090 ceph-mon[92248]: pgmap v198: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:25.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:24 smithi092 ceph-mon[68076]: pgmap v198: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:26.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:25 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:26.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:25 smithi092 ceph-mon[68076]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:26.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:25 smithi092 ceph-mon[68076]: Upgrade: osd.7 is safe to restart 2024-03-11T13:23:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:25 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:25 smithi090 ceph-mon[92248]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T13:23:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:25 smithi090 ceph-mon[92248]: Upgrade: osd.7 is safe to restart 2024-03-11T13:23:26.376 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: pgmap v199: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: Upgrade: Updating osd.7 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:28.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:27 smithi092 ceph-mon[68076]: Deploying daemon osd.7 on smithi092 2024-03-11T13:23:28.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: pgmap v199: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:28.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: Upgrade: Updating osd.7 2024-03-11T13:23:28.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:28.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T13:23:28.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:28.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:27 smithi090 ceph-mon[92248]: Deploying daemon osd.7 on smithi092 2024-03-11T13:23:29.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:29 smithi092 ceph-mon[68076]: pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:29.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:29 smithi092 systemd[1]: Stopping Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:23:29.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:23:29.785+0000 7f2dd6ac7700 -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-11T13:23:29.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:23:29.785+0000 7f2dd6ac7700 -1 osd.7 108 *** Got signal Terminated *** 2024-03-11T13:23:29.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7[51496]: debug 2024-03-11T13:23:29.785+0000 7f2dd6ac7700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:23:30.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:29 smithi090 ceph-mon[92248]: pgmap v200: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:30.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:30 smithi092 bash[81566]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd.7 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 failed (root=default,host=smithi092) (connection refused reported by osd.6) 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:30 smithi090 ceph-mon[92248]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 failed (root=default,host=smithi092) (connection refused reported by osd.6) 2024-03-11T13:23:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.6 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.5 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.4 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.3 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.0 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.1 2024-03-11T13:23:31.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:30 smithi092 ceph-mon[68076]: osd.7 reported immediately failed by osd.2 2024-03-11T13:23:31.419 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:31.959 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:31 smithi092 ceph-mon[68076]: pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:31.959 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:31 smithi092 ceph-mon[68076]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:23:31.959 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:31 smithi092 ceph-mon[68076]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-03-11T13:23:31.959 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:31 smithi092 ceph-mon[68076]: osdmap e109: 8 total, 7 up, 8 in 2024-03-11T13:23:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:31 smithi090 ceph-mon[92248]: pgmap v201: 129 pgs: 129 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T13:23:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:31 smithi090 ceph-mon[92248]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T13:23:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:31 smithi090 ceph-mon[92248]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-03-11T13:23:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:31 smithi090 ceph-mon[92248]: osdmap e109: 8 total, 7 up, 8 in 2024-03-11T13:23:32.436 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:31 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.7.service: Succeeded. 2024-03-11T13:23:32.436 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:31 smithi092 systemd[1]: Stopped Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:23:32.436 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 systemd[1]: Starting Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:23:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:32 smithi090 ceph-mon[92248]: osdmap e110: 8 total, 7 up, 8 in 2024-03-11T13:23:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:32 smithi090 ceph-mon[92248]: pgmap v204: 129 pgs: 4 peering, 16 stale+active+clean, 109 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:32 smithi092 ceph-mon[68076]: osdmap e110: 8 total, 7 up, 8 in 2024-03-11T13:23:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:32 smithi092 ceph-mon[68076]: pgmap v204: 129 pgs: 4 peering, 16 stale+active+clean, 109 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: 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-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-11T13:23:33.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-11T13:23:33.187 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:32 smithi092 bash[81849]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-11T13:23:34.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:33 smithi092 ceph-mon[68076]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T13:23:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:33 smithi090 ceph-mon[92248]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T13:23:34.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:34 smithi092 ceph-osd[82161]: -- 172.21.15.92:0/631591933 <== mon.1 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c8d3cb44e0 con 0x55c8d3c84c00 2024-03-11T13:23:34.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:34 smithi092 bash[82123]: 216c24307681a873de9385f7d7a485610df0b7cfffcc92d3f40da4536d51e063 2024-03-11T13:23:34.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:34 smithi092 systemd[1]: Started Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:23:34.935 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:23:34.597+0000 7f88c320f640 -1 Falling back to public interface 2024-03-11T13:23:35.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:35 smithi092 ceph-mon[68076]: pgmap v205: 129 pgs: 19 active+undersized+degraded, 4 peering, 6 stale+active+clean, 9 active+undersized, 91 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 145/1611 objects degraded (9.001%) 2024-03-11T13:23:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:35 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:35 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:35 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:35.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:35 smithi092 ceph-mon[68076]: Health check failed: Degraded data redundancy: 145/1611 objects degraded (9.001%), 19 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:35.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:35 smithi090 ceph-mon[92248]: pgmap v205: 129 pgs: 19 active+undersized+degraded, 4 peering, 6 stale+active+clean, 9 active+undersized, 91 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 145/1611 objects degraded (9.001%) 2024-03-11T13:23:35.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:35 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:35.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:35 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:35.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:35 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:35.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:35 smithi090 ceph-mon[92248]: Health check failed: Degraded data redundancy: 145/1611 objects degraded (9.001%), 19 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:36.462 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:37.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:37 smithi092 ceph-mon[68076]: pgmap v206: 129 pgs: 36 active+undersized+degraded, 4 peering, 16 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 249/1611 objects degraded (15.456%) 2024-03-11T13:23:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:37 smithi090 ceph-mon[92248]: pgmap v206: 129 pgs: 36 active+undersized+degraded, 4 peering, 16 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 249/1611 objects degraded (15.456%) 2024-03-11T13:23:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:39 smithi090 ceph-mon[92248]: pgmap v207: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:39 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-mon[68076]: pgmap v207: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:39.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:39.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:40.069 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:23:39.786+0000 7f88c320f640 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-11T13:23:40.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:40 smithi092 ceph-mon[68076]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-11T13:23:40.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:40 smithi090 ceph-mon[92248]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-11T13:23:40.685 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:23:40.319+0000 7f88c320f640 -1 osd.7 108 log_to_monitors true 2024-03-11T13:23:41.098 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:41 smithi092 ceph-mon[68076]: pgmap v208: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:41.098 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:41 smithi092 ceph-mon[68076]: from='osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:23:41.098 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:41 smithi092 ceph-mon[68076]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:23:41.098 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:41 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 254/1611 objects degraded (15.767%), 37 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:41 smithi090 ceph-mon[92248]: pgmap v208: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:41 smithi090 ceph-mon[92248]: from='osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:23:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:41 smithi090 ceph-mon[92248]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T13:23:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:41 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 254/1611 objects degraded (15.767%), 37 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:41.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:23:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:23:41.095+0000 7f88b2e65700 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T13:23:41.510 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:42.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:42 smithi090 ceph-mon[92248]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T13:23:42.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:42 smithi090 ceph-mon[92248]: osdmap e111: 8 total, 7 up, 8 in 2024-03-11T13:23:42.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:42 smithi090 ceph-mon[92248]: from='osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:42.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:42 smithi090 ceph-mon[92248]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:42.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:42 smithi092 ceph-mon[68076]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T13:23:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:42 smithi092 ceph-mon[68076]: osdmap e111: 8 total, 7 up, 8 in 2024-03-11T13:23:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:42 smithi092 ceph-mon[68076]: from='osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:42.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:42 smithi092 ceph-mon[68076]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-11T13:23:43.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:23:43.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996] boot 2024-03-11T13:23:43.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: osdmap e112: 8 total, 8 up, 8 in 2024-03-11T13:23:43.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:23:43.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: pgmap v211: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: pgmap v212: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 315 B/s rd, 315 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: pgmap v213: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 455 B/s rd, 227 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:43.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all osd 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-11T13:23:43.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: Upgrade: Setting require_osd_release to 18 reef 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-03-11T13:23:43.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:43 smithi092 ceph-mon[68076]: osdmap e113: 8 total, 8 up, 8 in 2024-03-11T13:23:43.580 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: osd.7 [v2:172.21.15.92:6824/970177996,v1:172.21.15.92:6825/970177996] boot 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: osdmap e112: 8 total, 8 up, 8 in 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: pgmap v211: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: pgmap v212: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 315 B/s rd, 315 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: pgmap v213: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 455 B/s rd, 227 B/s wr, 0 op/s; 254/1611 objects degraded (15.767%) 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:43.581 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all osd 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-11T13:23:43.582 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: Upgrade: Setting require_osd_release to 18 reef 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-03-11T13:23:43.583 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:43 smithi090 ceph-mon[92248]: osdmap e113: 8 total, 8 up, 8 in 2024-03-11T13:23:44.278 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:44 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi090.ptpmbq"]}]: dispatch 2024-03-11T13:23:44.278 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:44 smithi090 ceph-mon[92248]: Upgrade: It appears safe to stop mds.foofs.smithi090.ptpmbq 2024-03-11T13:23:44.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:44 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi090.ptpmbq"]}]: dispatch 2024-03-11T13:23:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:44 smithi092 ceph-mon[68076]: Upgrade: It appears safe to stop mds.foofs.smithi090.ptpmbq 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: pgmap v215: 129 pgs: 5 peering, 25 active+undersized+degraded, 13 active+undersized, 86 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 290 B/s wr, 0 op/s; 186/1611 objects degraded (11.546%) 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: Upgrade: Updating mds.foofs.smithi090.ptpmbq 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:45.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:45 smithi092 ceph-mon[68076]: Deploying daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: pgmap v215: 129 pgs: 5 peering, 25 active+undersized+degraded, 13 active+undersized, 86 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 290 B/s wr, 0 op/s; 186/1611 objects degraded (11.546%) 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: Upgrade: Updating mds.foofs.smithi090.ptpmbq 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi090.ptpmbq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:23:46.067 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:45 smithi090 ceph-mon[92248]: Deploying daemon mds.foofs.smithi090.ptpmbq on smithi090 2024-03-11T13:23:46.549 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:23:46.455+0000 7ff531772700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Health check update: Degraded data redundancy: 186/1611 objects degraded (11.546%), 25 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: daemon mds.foofs.smithi090.ptpmbq compat changed unexpectedly 2024-03-11T13:23:46.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: osdmap e114: 8 total, 8 up, 8 in 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Standby daemon mds.foofs.smithi092.tkfcpv assigned to filesystem foofs as rank 0 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:replay} 2024-03-11T13:23:46.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:23:46.935 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:46.487+0000 7fb3a5dbf700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 5 2024-03-11T13:23:46.935 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:46.487+0000 7fb3a35ba700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 4 2024-03-11T13:23:46.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:23:46.490+0000 7fb3a4dbd700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 14 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Health check update: Degraded data redundancy: 186/1611 objects degraded (11.546%), 25 pgs degraded (PG_DEGRADED) 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: daemon mds.foofs.smithi090.ptpmbq compat changed unexpectedly 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:23:46.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: osdmap e114: 8 total, 8 up, 8 in 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Standby daemon mds.foofs.smithi092.tkfcpv assigned to filesystem foofs as rank 0 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:replay} 2024-03-11T13:23:46.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:23:47.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:47 smithi092 ceph-mon[68076]: pgmap v217: 129 pgs: 5 peering, 1 active+undersized+degraded, 2 active+undersized, 121 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5/1611 objects degraded (0.310%) 2024-03-11T13:23:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:47 smithi090 ceph-mon[92248]: pgmap v217: 129 pgs: 5 peering, 1 active+undersized+degraded, 2 active+undersized, 121 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5/1611 objects degraded (0.310%) 2024-03-11T13:23:48.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:48 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:reconnect 2024-03-11T13:23:48.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:48 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:reconnect} 2024-03-11T13:23:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:48 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:reconnect 2024-03-11T13:23:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:48 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:reconnect} 2024-03-11T13:23:49.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:49 smithi092 ceph-mon[68076]: pgmap v218: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 170 B/s wr, 2 op/s 2024-03-11T13:23:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:49 smithi092 ceph-mon[68076]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/1611 objects degraded (0.310%), 1 pg degraded) 2024-03-11T13:23:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:49 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:rejoin 2024-03-11T13:23:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:49 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:rejoin} 2024-03-11T13:23:49.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:49 smithi092 ceph-mon[68076]: daemon mds.foofs.smithi092.tkfcpv is now active in filesystem foofs as rank 0 2024-03-11T13:23:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:49 smithi090 ceph-mon[92248]: pgmap v218: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 170 B/s wr, 2 op/s 2024-03-11T13:23:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:49 smithi090 ceph-mon[92248]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/1611 objects degraded (0.310%), 1 pg degraded) 2024-03-11T13:23:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:49 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:rejoin 2024-03-11T13:23:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:49 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi092.tkfcpv=up:rejoin} 2024-03-11T13:23:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:49 smithi090 ceph-mon[92248]: daemon mds.foofs.smithi092.tkfcpv is now active in filesystem foofs as rank 0 2024-03-11T13:23:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:50 smithi090 ceph-mon[92248]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T13:23:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:50 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:active 2024-03-11T13:23:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:50 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi092.tkfcpv=up:active} 2024-03-11T13:23:51.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:50 smithi092 ceph-mon[68076]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T13:23:51.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:50 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.92:6832/2505886250,v1:172.21.15.92:6833/2505886250] up:active 2024-03-11T13:23:51.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:50 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi092.tkfcpv=up:active} 2024-03-11T13:23:51.597 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:51.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:51 smithi092 ceph-mon[68076]: pgmap v219: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 127 B/s wr, 8 op/s 2024-03-11T13:23:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:51 smithi090 ceph-mon[92248]: pgmap v219: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 127 B/s wr, 8 op/s 2024-03-11T13:23:52.908 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:23:53.588 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:23:53.588 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (15m) 2m ago 25m 18.4M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:23:53.588 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (4m) 2m ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:23:53.588 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (4m) 15s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:23:53.588 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (12m) 2m ago 25m 33.9M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 starting - - - - 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (20m) 15s ago 20m 17.0M - 16.2.5 6933c2a0b7dd aa3b4d2ee98a 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (6m) 2m ago 27m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (5m) 15s ago 24m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (5m) 2m ago 27m 57.9M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (5m) 15s ago 24m 50.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (17m) 2m ago 17m 78.2M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (17m) 15s ago 17m 81.6M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (10m) 2m ago 25m 17.0M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (6m) 15s ago 24m 9055k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (4m) 2m ago 24m 117M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (3m) 2m ago 23m 105M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (2m) 2m ago 23m 93.1M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (2m) 2m ago 22m 13.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:23:53.589 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (116s) 15s ago 22m 129M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:23:53.590 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (84s) 15s ago 22m 122M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:23:53.590 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (52s) 15s ago 22m 108M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:23:53.590 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (19s) 15s ago 21m 10.8M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:23:53.590 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 unknown 2m ago 25m - - 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:53.988 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 13 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:23:53.989 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:23:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:53 smithi090 ceph-mon[92248]: pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 214 B/s wr, 10 op/s 2024-03-11T13:23:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:53 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:54.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:53 smithi092 ceph-mon[68076]: pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 214 B/s wr, 10 op/s 2024-03-11T13:23:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:53 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:23:54.329 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:23:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:23:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:23:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:23:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "14/23 daemons upgraded", 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading mds daemons", 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:23:54.330 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:23:54.734 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:23:54.735 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:23:54.735 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in unknown state 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='client.44289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:boot 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi092.tkfcpv=up:active} 1 up:standby 2024-03-11T13:23:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:23:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3227570955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:55.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:54 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/401622244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:23:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='client.44289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:boot 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi092.tkfcpv=up:active} 1 up:standby 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3227570955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:23:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:54 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/401622244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:23:55.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:55 smithi090 ceph-mon[92248]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:55.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:55 smithi090 ceph-mon[92248]: pgmap v221: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.2 KiB/s wr, 14 op/s 2024-03-11T13:23:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:55 smithi092 ceph-mon[68076]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:23:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:55 smithi092 ceph-mon[68076]: pgmap v221: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.2 KiB/s wr, 14 op/s 2024-03-11T13:23:56.635 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:23:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:56 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:56 smithi090 ceph-mon[92248]: pgmap v222: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 14 op/s 2024-03-11T13:23:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:56 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:56 smithi092 ceph-mon[68076]: pgmap v222: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 14 op/s 2024-03-11T13:23:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:59 smithi090 ceph-mon[92248]: pgmap v223: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.2 KiB/s wr, 12 op/s 2024-03-11T13:23:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:23:59 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:59 smithi092 ceph-mon[68076]: pgmap v223: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.2 KiB/s wr, 12 op/s 2024-03-11T13:23:59.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:23:59.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:23:59 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:01.674 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:01 smithi092 ceph-mon[68076]: pgmap v224: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 7.1 KiB/s wr, 11 op/s 2024-03-11T13:24:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:01.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:01 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:01 smithi090 ceph-mon[92248]: pgmap v224: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 7.1 KiB/s wr, 11 op/s 2024-03-11T13:24:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:02.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:01 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:03.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: Detected new or changed devices on smithi090 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: pgmap v225: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 823 B/s rd, 8.5 KiB/s wr, 4 op/s 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi092.tkfcpv"]}]: dispatch 2024-03-11T13:24:03.825 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:03 smithi092 ceph-mon[68076]: Upgrade: It appears safe to stop mds.foofs.smithi092.tkfcpv 2024-03-11T13:24:03.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: Detected new or changed devices on smithi090 2024-03-11T13:24:03.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: pgmap v225: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-03-11T13:24:03.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: pgmap v226: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 823 B/s rd, 8.5 KiB/s wr, 4 op/s 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.853 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:03.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi092.tkfcpv"]}]: dispatch 2024-03-11T13:24:03.854 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:03 smithi090 ceph-mon[92248]: Upgrade: It appears safe to stop mds.foofs.smithi092.tkfcpv 2024-03-11T13:24:05.585 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: Upgrade: Updating mds.foofs.smithi092.tkfcpv 2024-03-11T13:24:05.585 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:05.585 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:24:05.586 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:05.586 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: Deploying daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:24:05.586 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-mon[68076]: pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 205 B/s rd, 720 B/s wr, 0 op/s 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: Upgrade: Updating mds.foofs.smithi092.tkfcpv 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.tkfcpv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: Deploying daemon mds.foofs.smithi092.tkfcpv on smithi092 2024-03-11T13:24:05.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-mon[92248]: pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 205 B/s rd, 720 B/s wr, 0 op/s 2024-03-11T13:24:06.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:24:05.953+0000 7fb3a75c2700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-03-11T13:24:06.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:24:05.955+0000 7fb3a4dbd700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 11 2024-03-11T13:24:06.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:24:05 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:24:05.955+0000 7fb3a9dc7700 -1 bdev(0x556345f56000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 6 2024-03-11T13:24:06.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:05 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:24:05.931+0000 7ff531772700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:24:06.708 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: Standby daemon mds.foofs.smithi090.ptpmbq assigned to filesystem foofs as rank 0 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T13:24:07.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:replay} 2024-03-11T13:24:07.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:06 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T13:24:07.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: Standby daemon mds.foofs.smithi090.ptpmbq assigned to filesystem foofs as rank 0 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:replay} 2024-03-11T13:24:07.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:06 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:07 smithi090 ceph-mon[92248]: pgmap v229: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 386 B/s wr, 1 op/s 2024-03-11T13:24:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:07 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:reconnect 2024-03-11T13:24:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:07 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:reconnect} 2024-03-11T13:24:08.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:07 smithi092 ceph-mon[68076]: pgmap v229: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 386 B/s wr, 1 op/s 2024-03-11T13:24:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:07 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:reconnect 2024-03-11T13:24:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:07 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:reconnect} 2024-03-11T13:24:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:08 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:rejoin 2024-03-11T13:24:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:08 smithi090 ceph-mon[92248]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:rejoin} 2024-03-11T13:24:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:08 smithi090 ceph-mon[92248]: daemon mds.foofs.smithi090.ptpmbq is now active in filesystem foofs as rank 0 2024-03-11T13:24:09.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:08 smithi090 ceph-mon[92248]: pgmap v230: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 515 B/s wr, 3 op/s 2024-03-11T13:24:09.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:08 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:rejoin 2024-03-11T13:24:09.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:08 smithi092 ceph-mon[68076]: fsmap foofs:1/1 {0=foofs.smithi090.ptpmbq=up:rejoin} 2024-03-11T13:24:09.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:08 smithi092 ceph-mon[68076]: daemon mds.foofs.smithi090.ptpmbq is now active in filesystem foofs as rank 0 2024-03-11T13:24:09.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:08 smithi092 ceph-mon[68076]: pgmap v230: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 515 B/s wr, 3 op/s 2024-03-11T13:24:10.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:09 smithi090 ceph-mon[92248]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T13:24:10.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:09 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:active 2024-03-11T13:24:10.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:09 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 2024-03-11T13:24:10.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:09 smithi092 ceph-mon[68076]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T13:24:10.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:09 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.90:6834/300395363,v1:172.21.15.90:6835/300395363] up:active 2024-03-11T13:24:10.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:09 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 2024-03-11T13:24:11.746 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:11 smithi090 ceph-mon[92248]: pgmap v231: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 383 B/s wr, 8 op/s 2024-03-11T13:24:12.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:11 smithi092 ceph-mon[68076]: pgmap v231: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 383 B/s wr, 8 op/s 2024-03-11T13:24:14.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:13 smithi090 ceph-mon[92248]: pgmap v232: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 409 B/s wr, 10 op/s 2024-03-11T13:24:14.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:13 smithi092 ceph-mon[68076]: pgmap v232: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 409 B/s wr, 10 op/s 2024-03-11T13:24:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:15 smithi090 ceph-mon[92248]: pgmap v233: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T13:24:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:15 smithi092 ceph-mon[68076]: pgmap v233: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T13:24:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:16.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:16.783 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:17.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: pgmap v234: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 192 B/s wr, 10 op/s 2024-03-11T13:24:17.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:17.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:17.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:17.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T13:24:17.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: mds.? [v2:172.21.15.92:6832/3032972296,v1:172.21.15.92:6833/3032972296] up:boot 2024-03-11T13:24:17.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:24:17.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:17 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: pgmap v234: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 192 B/s wr, 10 op/s 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: mds.? [v2:172.21.15.92:6832/3032972296,v1:172.21.15.92:6833/3032972296] up:boot 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:24:17.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:17 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:19.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:19 smithi092 ceph-mon[68076]: pgmap v235: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-03-11T13:24:19.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:19 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:19.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:19 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:20.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:19 smithi090 ceph-mon[92248]: pgmap v235: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-03-11T13:24:20.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:19 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:20.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:19 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:21.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:21.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:21.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:21 smithi092 ceph-mon[68076]: pgmap v236: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.9 KiB/s wr, 9 op/s 2024-03-11T13:24:21.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:21.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:21.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:21 smithi090 ceph-mon[92248]: pgmap v236: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 6.9 KiB/s wr, 9 op/s 2024-03-11T13:24:21.830 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:23.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: pgmap v237: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 6.9 KiB/s wr, 6 op/s 2024-03-11T13:24:23.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:23.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:23.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:23.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:23.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:23.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:23 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: pgmap v237: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 6.9 KiB/s wr, 6 op/s 2024-03-11T13:24:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:24.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:23 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Detected new or changed devices on smithi092 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: pgmap v238: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 749 B/s rd, 7.5 KiB/s wr, 4 op/s 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: pgmap v239: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 9.2 KiB/s wr, 4 op/s 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.830 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all mds 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi090.ptpmbq"}]': finished 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi092.tkfcpv"}]': finished 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all rgw 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all rbd-mirror 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all ceph-exporter 2024-03-11T13:24:24.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all iscsi 2024-03-11T13:24:24.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:24 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Detected new or changed devices on smithi092 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: pgmap v238: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 749 B/s rd, 7.5 KiB/s wr, 4 op/s 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: pgmap v239: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 9.2 KiB/s wr, 4 op/s 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all mds 2024-03-11T13:24:24.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi090.ptpmbq"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi090.ptpmbq"}]': finished 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi092.tkfcpv"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi092.tkfcpv"}]': finished 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all rgw 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all rbd-mirror 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all ceph-exporter 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:24.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:24.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all iscsi 2024-03-11T13:24:24.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:24 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:25.075 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:24:25.787 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:24:25.787 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (15m) 27s ago 26m 18.3M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:24:25.787 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (5m) 27s ago 26m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:24:25.787 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (4m) 6s ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:24:25.787 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (13m) 27s ago 26m 34.4M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (33s) 27s ago 20m 13.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (9s) 6s ago 20m 12.0M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (6m) 27s ago 27m 504M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (6m) 6s ago 25m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (6m) 27s ago 28m 77.1M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (5m) 6s ago 25m 53.3M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (18m) 27s ago 18m 78.5M - 3.5 6933c2a0b7dd a6c946d3b099 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (18m) 6s ago 18m 81.7M - 3.5 6933c2a0b7dd 97ce2ddd4399 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (11m) 27s ago 25m 16.5M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (6m) 6s ago 25m 9055k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (4m) 27s ago 24m 126M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (4m) 27s ago 24m 113M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (3m) 27s ago 23m 102M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:24:25.788 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (3m) 27s ago 23m 125M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:24:25.789 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (2m) 6s ago 23m 132M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:24:25.789 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (116s) 6s ago 22m 128M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:24:25.789 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (84s) 6s ago 22m 113M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:24:25.789 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (52s) 6s ago 22m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:24:25.789 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 error 27s ago 25m - - 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:26.196 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:26.197 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:24:26.197 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:24:26.197 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:24:26.197 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:24:26.531 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "mds", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "16/23 daemons upgraded", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading nfs daemons", 2024-03-11T13:24:26.532 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:24:26.533 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Upgrade: Updating nfs.foo.0.1.smithi090.jvvzbt (1/2) 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Creating key for client.nfs.foo.0.1.smithi090.jvvzbt 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:24:26.557 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Rados config object exists: conf-nfs.foo 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Creating key for client.nfs.foo.0.1.smithi090.jvvzbt-rgw 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Bind address in nfs.foo.0.1.smithi090.jvvzbt's ganesha conf is defaulting to empty 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: Deploying daemon nfs.foo.0.1.smithi090.jvvzbt on smithi090 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: pgmap v240: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 9.2 KiB/s wr, 4 op/s 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.558 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:26 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2038072362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Upgrade: Updating nfs.foo.0.1.smithi090.jvvzbt (1/2) 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Creating key for client.nfs.foo.0.1.smithi090.jvvzbt 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Rados config object exists: conf-nfs.foo 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Creating key for client.nfs.foo.0.1.smithi090.jvvzbt-rgw 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi090.jvvzbt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Bind address in nfs.foo.0.1.smithi090.jvvzbt's ganesha conf is defaulting to empty 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: Deploying daemon nfs.foo.0.1.smithi090.jvvzbt on smithi090 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: pgmap v240: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 9.2 KiB/s wr, 4 op/s 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:26.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:26 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2038072362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:26.870 INFO:teuthology.orchestra.run.smithi090.stderr:mount.nfs: mounting smithi090:/fake failed, reason given by server: No such file or directory 2024-03-11T13:24:26.932 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:24:26.932 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:24:26.932 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:24:27.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:27 smithi090 ceph-mon[92248]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:27.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:27 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2365690409' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:24:27.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:27 smithi092 ceph-mon[68076]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:27.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:27 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2365690409' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:24:28.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:28 smithi090 ceph-mon[92248]: pgmap v241: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 114 B/s wr, 0 op/s 2024-03-11T13:24:28.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:28 smithi092 ceph-mon[68076]: pgmap v241: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 114 B/s wr, 0 op/s 2024-03-11T13:24:30.373 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:30.373 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:30 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:30.373 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:30 smithi092 ceph-mon[68076]: pgmap v242: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:24:30.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:30.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:30 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:30.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:30 smithi090 ceph-mon[92248]: pgmap v242: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: Upgrade: Updating nfs.foo.1.1.smithi092.rnpnqo (2/2) 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: Creating key for client.nfs.foo.1.1.smithi092.rnpnqo 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:31.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:24:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:24:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:24:31.937 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: Upgrade: Updating nfs.foo.1.1.smithi092.rnpnqo (2/2) 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: Creating key for client.nfs.foo.1.1.smithi092.rnpnqo 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 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-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi092.rnpnqo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T13:24:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:32.929 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:32 smithi090 ceph-mon[92248]: Rados config object exists: conf-nfs.foo 2024-03-11T13:24:32.929 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:32 smithi090 ceph-mon[92248]: Creating key for client.nfs.foo.1.1.smithi092.rnpnqo-rgw 2024-03-11T13:24:32.929 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:32 smithi090 ceph-mon[92248]: Bind address in nfs.foo.1.1.smithi092.rnpnqo's ganesha conf is defaulting to empty 2024-03-11T13:24:32.929 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:32 smithi090 ceph-mon[92248]: Deploying daemon nfs.foo.1.1.smithi092.rnpnqo on smithi092 2024-03-11T13:24:32.929 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:32 smithi090 ceph-mon[92248]: pgmap v243: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:24:32.931 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-03-11T13:24:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:32 smithi092 ceph-mon[68076]: Rados config object exists: conf-nfs.foo 2024-03-11T13:24:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:32 smithi092 ceph-mon[68076]: Creating key for client.nfs.foo.1.1.smithi092.rnpnqo-rgw 2024-03-11T13:24:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:32 smithi092 ceph-mon[68076]: Bind address in nfs.foo.1.1.smithi092.rnpnqo's ganesha conf is defaulting to empty 2024-03-11T13:24:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:32 smithi092 ceph-mon[68076]: Deploying daemon nfs.foo.1.1.smithi092.rnpnqo on smithi092 2024-03-11T13:24:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:32 smithi092 ceph-mon[68076]: pgmap v243: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-11T13:24:32.997 INFO:teuthology.orchestra.run.smithi090.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-03-11T13:24:32.998 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:24:32.998 INFO:teuthology.orchestra.run.smithi090.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-03-11T13:24:32.998 INFO:teuthology.orchestra.run.smithi090.stdout:4 of 5 processes prepared for launch 0 sec 2024-03-11T13:24:33.098 INFO:teuthology.orchestra.run.smithi090.stdout:5 of 5 processes prepared for launch 0 sec 2024-03-11T13:24:33.098 INFO:teuthology.orchestra.run.smithi090.stdout:releasing clients 2024-03-11T13:24:34.098 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.990 ms 2024-03-11T13:24:34.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:34 smithi092 ceph-mon[68076]: pgmap v244: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-11T13:24:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:34.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:34 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:35.098 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 2000.031 ms 2024-03-11T13:24:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:34 smithi090 ceph-mon[92248]: pgmap v244: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-11T13:24:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:35.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:34 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:36.098 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.101 ms 2024-03-11T13:24:37.098 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.143 ms 2024-03-11T13:24:37.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:36 smithi090 ceph-mon[92248]: pgmap v245: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.2 KiB/s wr, 7 op/s 2024-03-11T13:24:37.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:36 smithi092 ceph-mon[68076]: pgmap v245: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.2 KiB/s wr, 7 op/s 2024-03-11T13:24:38.099 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.171 ms 2024-03-11T13:24:38.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:38 smithi090 ceph-mon[92248]: pgmap v246: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.2 KiB/s wr, 10 op/s 2024-03-11T13:24:38.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:38 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:38 smithi092 ceph-mon[68076]: pgmap v246: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.2 KiB/s wr, 10 op/s 2024-03-11T13:24:38.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:38.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:38 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:39.098 INFO:teuthology.orchestra.run.smithi090.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.197 ms 2024-03-11T13:24:40.099 INFO:teuthology.orchestra.run.smithi090.stdout: 2 21 0.60 MB/sec warmup 7 sec latency 7000.213 ms 2024-03-11T13:24:40.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:40 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:40 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:40 smithi090 ceph-mon[92248]: pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-03-11T13:24:40.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:40 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.126 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:40 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:40 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:40 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:40 smithi092 ceph-mon[68076]: pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-03-11T13:24:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:40 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:40 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:41.099 INFO:teuthology.orchestra.run.smithi090.stdout: 4 197 4.70 MB/sec warmup 8 sec latency 8000.263 ms 2024-03-11T13:24:42.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:42 smithi090 ceph-mon[92248]: pgmap v248: 129 pgs: 129 active+clean; 341 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 988 KiB/s wr, 19 op/s 2024-03-11T13:24:42.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:42 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:42.948 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:42 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:43.099 INFO:teuthology.orchestra.run.smithi090.stdout: 5 509 26.96 MB/sec execute 1 sec latency 154.929 ms 2024-03-11T13:24:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:42 smithi092 ceph-mon[68076]: pgmap v248: 129 pgs: 129 active+clean; 341 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 988 KiB/s wr, 19 op/s 2024-03-11T13:24:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:42 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:43.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:42 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:44.099 INFO:teuthology.orchestra.run.smithi090.stdout: 5 730 20.85 MB/sec execute 2 sec latency 113.226 ms 2024-03-11T13:24:45.020 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:44 smithi090 ceph-mon[92248]: pgmap v249: 129 pgs: 129 active+clean; 345 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 1.6 MiB/s wr, 79 op/s 2024-03-11T13:24:45.099 INFO:teuthology.orchestra.run.smithi090.stdout: 5 1049 17.50 MB/sec execute 3 sec latency 130.166 ms 2024-03-11T13:24:45.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:44 smithi092 ceph-mon[68076]: pgmap v249: 129 pgs: 129 active+clean; 345 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 1.6 MiB/s wr, 79 op/s 2024-03-11T13:24:46.046 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:45 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:46.099 INFO:teuthology.orchestra.run.smithi090.stdout: 5 1402 16.58 MB/sec execute 4 sec latency 126.334 ms 2024-03-11T13:24:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:45 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:24:47.069 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: pgmap v250: 129 pgs: 129 active+clean; 337 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 6.2 MiB/s wr, 133 op/s 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.070 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi090.jvvzbt"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi090.jvvzbt"}]': finished 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi092.rnpnqo"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi092.rnpnqo"}]': finished 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.071 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:46 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.106 INFO:teuthology.orchestra.run.smithi090.stdout: 5 cleanup 5 sec 2024-03-11T13:24:47.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: pgmap v250: 129 pgs: 129 active+clean; 337 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 6.2 MiB/s wr, 133 op/s 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi090.jvvzbt"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi090.jvvzbt"}]': finished 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi092.rnpnqo"}]: dispatch 2024-03-11T13:24:47.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi092.rnpnqo"}]': finished 2024-03-11T13:24:47.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:47.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:46 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' 2024-03-11T13:24:47.247 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000047300000000b' failed - Device or resource busy 2024-03-11T13:24:47.247 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000485c00000001' failed - Device or resource busy 2024-03-11T13:24:47.248 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000475700000008' failed - Device or resource busy 2024-03-11T13:24:47.248 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000473f00000007' failed - Device or resource busy 2024-03-11T13:24:47.248 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000476500000006' failed - Device or resource busy 2024-03-11T13:24:47.249 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000473600000004' failed - Device or resource busy 2024-03-11T13:24:47.250 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000475a0000000a' failed - Device or resource busy 2024-03-11T13:24:47.251 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000047390000000c' failed - Device or resource busy 2024-03-11T13:24:47.251 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000473300000002' failed - Device or resource busy 2024-03-11T13:24:47.252 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000485600000003' failed - Device or resource busy 2024-03-11T13:24:47.335 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000047680000000d' failed - Device or resource busy 2024-03-11T13:24:47.336 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000474f00000005' failed - Device or resource busy 2024-03-11T13:24:47.336 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000047800000001f' failed - Device or resource busy 2024-03-11T13:24:47.337 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000047660000001d' failed - Device or resource busy 2024-03-11T13:24:47.337 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000474600000023' failed - Device or resource busy 2024-03-11T13:24:47.338 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000477d00000026' failed - Device or resource busy 2024-03-11T13:24:47.339 INFO:teuthology.orchestra.run.smithi090.stdout:[1916] unlink './clients/client1/~dmtmp/PARADOX/.nfs000001000000476b00000009' failed - Device or resource busy 2024-03-11T13:24:47.374 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000476900000022' failed - Device or resource busy 2024-03-11T13:24:47.375 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000476d00000029' failed - Device or resource busy 2024-03-11T13:24:47.381 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000475800000011' failed - Device or resource busy 2024-03-11T13:24:47.382 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000475f0000000e' failed - Device or resource busy 2024-03-11T13:24:47.384 INFO:teuthology.orchestra.run.smithi090.stdout:[1826] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000477b0000000f' failed - Device or resource busy 2024-03-11T13:24:47.472 INFO:teuthology.orchestra.run.smithi090.stdout:[2000] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000472400000046' failed - Device or resource busy 2024-03-11T13:24:47.472 INFO:teuthology.orchestra.run.smithi090.stdout:[2000] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000471c00000045' failed - Device or resource busy 2024-03-11T13:24:47.473 INFO:teuthology.orchestra.run.smithi090.stdout:[2000] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000472100000044' failed - Device or resource busy 2024-03-11T13:24:47.474 INFO:teuthology.orchestra.run.smithi090.stdout:[2000] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000471f0000003b' failed - Device or resource busy 2024-03-11T13:24:47.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:47 smithi090 ceph-mon[92248]: pgmap v251: 129 pgs: 129 active+clean; 340 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 9.5 MiB/s wr, 277 op/s 2024-03-11T13:24:47.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:47 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all nfs 2024-03-11T13:24:47.831 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:47 smithi090 ceph-mon[92248]: Upgrade: Setting container_image for all nvmeof 2024-03-11T13:24:48.106 INFO:teuthology.orchestra.run.smithi090.stdout: 2 cleanup 6 sec 2024-03-11T13:24:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:47 smithi092 ceph-mon[68076]: pgmap v251: 129 pgs: 129 active+clean; 340 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 9.5 MiB/s wr, 277 op/s 2024-03-11T13:24:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:47 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all nfs 2024-03-11T13:24:48.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:47 smithi092 ceph-mon[68076]: Upgrade: Setting container_image for all nvmeof 2024-03-11T13:24:49.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 7 sec 2024-03-11T13:24:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:49 smithi090 ceph-mon[92248]: pgmap v252: 129 pgs: 129 active+clean; 328 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 11 MiB/s wr, 308 op/s 2024-03-11T13:24:50.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 8 sec 2024-03-11T13:24:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:49 smithi092 ceph-mon[68076]: pgmap v252: 129 pgs: 129 active+clean; 328 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 11 MiB/s wr, 308 op/s 2024-03-11T13:24:51.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 9 sec 2024-03-11T13:24:52.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:51 smithi090 ceph-mon[92248]: pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 11 MiB/s wr, 326 op/s 2024-03-11T13:24:52.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 10 sec 2024-03-11T13:24:52.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:51 smithi092 ceph-mon[68076]: pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 11 MiB/s wr, 326 op/s 2024-03-11T13:24:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:52 smithi090 ceph-mon[92248]: pgmap v254: 129 pgs: 129 active+clean; 278 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 388 op/s 2024-03-11T13:24:53.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 11 sec 2024-03-11T13:24:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:52 smithi092 ceph-mon[68076]: pgmap v254: 129 pgs: 129 active+clean; 278 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 388 op/s 2024-03-11T13:24:54.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 12 sec 2024-03-11T13:24:55.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 13 sec 2024-03-11T13:24:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:54 smithi092 ceph-mon[68076]: pgmap v255: 129 pgs: 129 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 329 op/s 2024-03-11T13:24:55.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:54 smithi090 ceph-mon[92248]: pgmap v255: 129 pgs: 129 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 329 op/s 2024-03-11T13:24:56.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 14 sec 2024-03-11T13:24:57.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 15 sec 2024-03-11T13:24:57.283 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (16m) 18s ago 26m 18.3M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (5m) 18s ago 26m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (5m) 20s ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (13m) 18s ago 26m 34.4M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (65s) 18s ago 21m 30.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (41s) 20s ago 21m 12.1M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (7m) 18s ago 28m 506M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (6m) 20s ago 25m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (6m) 18s ago 28m 78.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (6m) 20s ago 25m 54.1M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:24:57.941 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (29s) 18s ago 18m 63.0M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (24s) 20s ago 18m 19.1M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (11m) 18s ago 26m 16.5M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (7m) 20s ago 25m 9055k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (5m) 18s ago 25m 127M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (4m) 18s ago 24m 115M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (3m) 18s ago 24m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (3m) 18s ago 24m 127M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (3m) 20s ago 23m 132M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (2m) 20s ago 23m 129M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (116s) 20s ago 23m 113M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (84s) 20s ago 22m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:24:57.942 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 error 18s ago 26m - - 2024-03-11T13:24:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:57 smithi090 ceph-mon[92248]: pgmap v256: 129 pgs: 129 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 272 op/s 2024-03-11T13:24:58.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 16 sec 2024-03-11T13:24:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:57 smithi092 ceph-mon[68076]: pgmap v256: 129 pgs: 129 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.5 MiB/s wr, 272 op/s 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:58.338 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:24:58.339 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:24:58.670 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "nfs", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "mds", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T13:24:58.671 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-11T13:24:58.672 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:24:58.672 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:24:59.070 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:24:59.070 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:24:59.071 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:24:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:58 smithi090 ceph-mon[92248]: from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:58 smithi090 ceph-mon[92248]: from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:58 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1791025770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:24:59.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 17 sec 2024-03-11T13:24:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:58 smithi092 ceph-mon[68076]: from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:58 smithi092 ceph-mon[68076]: from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:24:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:58 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1791025770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:25:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:59 smithi090 ceph-mon[92248]: pgmap v257: 129 pgs: 129 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 1.9 MiB/s wr, 124 op/s 2024-03-11T13:25:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:59 smithi090 ceph-mon[92248]: from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:25:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:59 smithi090 ceph-mon[92248]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:25:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:24:59 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2755450847' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:25:00.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 18 sec 2024-03-11T13:25:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:59 smithi092 ceph-mon[68076]: pgmap v257: 129 pgs: 129 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 1.9 MiB/s wr, 124 op/s 2024-03-11T13:25:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:59 smithi092 ceph-mon[68076]: from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:25:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:59 smithi092 ceph-mon[68076]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:25:00.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:24:59 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2755450847' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:25:01.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 19 sec 2024-03-11T13:25:02.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 20 sec 2024-03-11T13:25:03.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 21 sec 2024-03-11T13:25:04.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 22 sec 2024-03-11T13:25:05.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 23 sec 2024-03-11T13:25:06.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 24 sec 2024-03-11T13:25:07.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 25 sec 2024-03-11T13:25:08.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 26 sec 2024-03-11T13:25:09.106 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 27 sec 2024-03-11T13:25:10.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 28 sec 2024-03-11T13:25:11.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 29 sec 2024-03-11T13:25:12.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 30 sec 2024-03-11T13:25:13.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 31 sec 2024-03-11T13:25:14.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 32 sec 2024-03-11T13:25:15.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 33 sec 2024-03-11T13:25:16.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 34 sec 2024-03-11T13:25:17.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 35 sec 2024-03-11T13:25:18.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 36 sec 2024-03-11T13:25:19.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 37 sec 2024-03-11T13:25:20.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 38 sec 2024-03-11T13:25:21.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 39 sec 2024-03-11T13:25:22.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 40 sec 2024-03-11T13:25:23.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 41 sec 2024-03-11T13:25:24.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 42 sec 2024-03-11T13:25:25.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 43 sec 2024-03-11T13:25:26.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 44 sec 2024-03-11T13:25:27.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 45 sec 2024-03-11T13:25:28.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 46 sec 2024-03-11T13:25:29.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 47 sec 2024-03-11T13:25:30.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 48 sec 2024-03-11T13:25:31.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 49 sec 2024-03-11T13:25:32.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 50 sec 2024-03-11T13:25:33.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 51 sec 2024-03-11T13:25:34.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 52 sec 2024-03-11T13:25:35.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 53 sec 2024-03-11T13:25:36.107 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 54 sec 2024-03-11T13:25:37.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 55 sec 2024-03-11T13:25:38.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 56 sec 2024-03-11T13:25:39.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 57 sec 2024-03-11T13:25:40.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 58 sec 2024-03-11T13:25:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:25:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:25:39.862+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 1 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:25:41.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 59 sec 2024-03-11T13:25:42.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 60 sec 2024-03-11T13:25:43.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 61 sec 2024-03-11T13:25:44.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 62 sec 2024-03-11T13:25:45.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 63 sec 2024-03-11T13:25:45.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:25:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:25:44.863+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 2 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:25:46.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 64 sec 2024-03-11T13:25:47.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 65 sec 2024-03-11T13:25:48.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 66 sec 2024-03-11T13:25:48.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:25:48 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:25:48.120+0000 7ff533f77700 -1 mon.smithi090@0(leader) e3 get_health_metrics reporting 1 slow ops, oldest is log(1 entries from seq 991 at 2024-03-11T13:25:00.665340+0000) 2024-03-11T13:25:49.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 67 sec 2024-03-11T13:25:50.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 68 sec 2024-03-11T13:25:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:25:49 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:25:49.864+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 3 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:25:51.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 69 sec 2024-03-11T13:25:52.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 70 sec 2024-03-11T13:25:53.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 71 sec 2024-03-11T13:25:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:25:53 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:25:53.120+0000 7ff533f77700 -1 mon.smithi090@0(leader) e3 get_health_metrics reporting 7 slow ops, oldest is log(1 entries from seq 991 at 2024-03-11T13:25:00.665340+0000) 2024-03-11T13:25:54.108 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 72 sec 2024-03-11T13:25:55.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 73 sec 2024-03-11T13:25:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:25:54 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:25:54.865+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 9 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:25:56.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 74 sec 2024-03-11T13:25:57.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 75 sec 2024-03-11T13:25:58.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 76 sec 2024-03-11T13:25:58.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:25:58 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:25:58.120+0000 7ff533f77700 -1 mon.smithi090@0(probing) e3 get_health_metrics reporting 34 slow ops, oldest is mgrbeacon mgr.smithi090.wjxbir(b1792570-dfa6-11ee-95c7-87774f69a715,34104, [v2:172.21.15.90:6800/261509125,v1:172.21.15.90:6801/261509125], 1) 2024-03-11T13:25:59.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 77 sec 2024-03-11T13:26:00.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 78 sec 2024-03-11T13:26:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:25:59 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:25:59.865+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 14 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:26:01.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 79 sec 2024-03-11T13:26:02.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 80 sec 2024-03-11T13:26:03.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 81 sec 2024-03-11T13:26:04.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 82 sec 2024-03-11T13:26:05.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 83 sec 2024-03-11T13:26:05.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:04 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:26:04.866+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 19 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:26:06.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 84 sec 2024-03-11T13:26:07.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 85 sec 2024-03-11T13:26:08.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 86 sec 2024-03-11T13:26:09.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 87 sec 2024-03-11T13:26:09.185 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:08.832+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:09.185 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:08 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:08.832+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:10.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 88 sec 2024-03-11T13:26:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:26:09.867+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 29 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:26:10.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:09.784+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:10.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:09 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:09.784+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:11.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 89 sec 2024-03-11T13:26:11.185 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:10.741+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:11.186 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:10.741+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:11.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:10.974+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:48.039768+0000 front 2024-03-11T13:26:06.142439+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:11.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:10.974+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:48.039789+0000 front 2024-03-11T13:26:10.743300+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:11.985 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:11.732+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:11.986 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:11.732+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:11.986 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:11.791+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.133546+0000 front 2024-03-11T13:25:46.530443+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:11.986 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:11.791+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:46.530526+0000 front 2024-03-11T13:25:46.530391+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:11.986 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:11.791+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.530412+0000 front 2024-03-11T13:26:10.835161+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:12.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 90 sec 2024-03-11T13:26:12.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:11.984+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:48.039768+0000 front 2024-03-11T13:26:06.142439+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:12.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:11.984+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:48.039789+0000 front 2024-03-11T13:26:10.743300+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:13.036 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:26:12.826+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:26:08.344921+0000 front 2024-03-11T13:25:48.542209+0000 (oldest deadline 2024-03-11T13:26:12.642321+0000) 2024-03-11T13:26:13.036 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:12.697+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:13.036 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:12.697+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:13.036 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:12.745+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.133546+0000 front 2024-03-11T13:25:46.530443+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:13.036 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:12.745+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:46.530526+0000 front 2024-03-11T13:25:46.530391+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:13.037 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:12.745+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.530412+0000 front 2024-03-11T13:26:11.935577+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:13.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 91 sec 2024-03-11T13:26:13.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:13.034+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:48.039768+0000 front 2024-03-11T13:26:06.142439+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:13.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:13.034+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:48.039789+0000 front 2024-03-11T13:26:10.743300+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:13.935 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:26:13.852+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:26:08.344921+0000 front 2024-03-11T13:25:48.542209+0000 (oldest deadline 2024-03-11T13:26:12.642321+0000) 2024-03-11T13:26:13.936 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:13.664+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:13.936 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:13.664+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:13.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:13.776+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.133546+0000 front 2024-03-11T13:25:46.530443+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:13.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:13.776+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:46.530526+0000 front 2024-03-11T13:25:46.530391+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:13.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:13.776+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.530412+0000 front 2024-03-11T13:26:11.935577+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:14.109 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 92 sec 2024-03-11T13:26:14.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:14.020+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:48.039768+0000 front 2024-03-11T13:26:06.142439+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:14.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:14.020+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:48.039789+0000 front 2024-03-11T13:26:10.743300+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:14.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:26:14.867+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 35 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:26:14.855+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:26:14.245294+0000 front 2024-03-11T13:25:48.542209+0000 (oldest deadline 2024-03-11T13:26:12.642321+0000) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:14.643+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.152785+0000 front 2024-03-11T13:25:46.049291+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:26:14.643+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.049242+0000 front 2024-03-11T13:25:54.651101+0000 (oldest deadline 2024-03-11T13:26:08.349204+0000) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:14.809+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:26:02.133546+0000 front 2024-03-11T13:25:46.530443+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:14.809+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:46.530526+0000 front 2024-03-11T13:25:46.530391+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:14.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:26:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:26:14.809+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:46.530412+0000 front 2024-03-11T13:26:11.935577+0000 (oldest deadline 2024-03-11T13:26:11.230553+0000) 2024-03-11T13:26:15.374 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 93 sec 2024-03-11T13:26:15.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:15.024+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:25:48.039768+0000 front 2024-03-11T13:26:06.142439+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:15.435 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:26:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:26:15.024+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:48.039789+0000 front 2024-03-11T13:26:14.243688+0000 (oldest deadline 2024-03-11T13:26:10.939923+0000) 2024-03-11T13:26:15.851 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:26:15.378+0000 7f844e78e700 -1 osd.2 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:51.912959+0000 front 2024-03-11T13:25:48.412503+0000 (oldest deadline 2024-03-11T13:26:11.912590+0000) 2024-03-11T13:26:15.851 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:26:15.382+0000 7f399906b700 -1 osd.1 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:25:49.277023+0000 front 2024-03-11T13:26:03.778803+0000 (oldest deadline 2024-03-11T13:26:12.777131+0000) 2024-03-11T13:26:15.851 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:26:15.382+0000 7f399906b700 -1 osd.1 115 heartbeat_check: no reply from 172.21.15.92:6820 osd.6 since back 2024-03-11T13:25:47.576944+0000 front 2024-03-11T13:26:03.778925+0000 (oldest deadline 2024-03-11T13:26:09.276729+0000) 2024-03-11T13:26:15.851 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:26:15.382+0000 7f399906b700 -1 osd.1 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:25:47.576972+0000 front 2024-03-11T13:26:03.778937+0000 (oldest deadline 2024-03-11T13:26:09.276729+0000) 2024-03-11T13:26:15.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:26:03.121+0000 7ff533f77700 -1 mon.smithi090@0(probing) e3 get_health_metrics reporting 40 slow ops, oldest is mgrbeacon mgr.smithi090.wjxbir(b1792570-dfa6-11ee-95c7-87774f69a715,34104, [v2:172.21.15.90:6800/261509125,v1:172.21.15.90:6801/261509125], 1) 2024-03-11T13:26:15.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:26:08.122+0000 7ff533f77700 -1 mon.smithi090@0(probing) e3 get_health_metrics reporting 44 slow ops, oldest is mgrbeacon mgr.smithi090.wjxbir(b1792570-dfa6-11ee-95c7-87774f69a715,34104, [v2:172.21.15.90:6800/261509125,v1:172.21.15.90:6801/261509125], 1) 2024-03-11T13:26:15.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:26:13.122+0000 7ff533f77700 -1 mon.smithi090@0(probing) e3 get_health_metrics reporting 50 slow ops, oldest is mgrbeacon mgr.smithi090.wjxbir(b1792570-dfa6-11ee-95c7-87774f69a715,34104, [v2:172.21.15.90:6800/261509125,v1:172.21.15.90:6801/261509125], 1) 2024-03-11T13:26:15.852 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:26:15.378+0000 7f0da856a700 -1 osd.0 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:26:04.269694+0000 front 2024-03-11T13:25:45.667829+0000 (oldest deadline 2024-03-11T13:26:09.767624+0000) 2024-03-11T13:26:15.852 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:26:15.378+0000 7f0da856a700 -1 osd.0 115 heartbeat_check: no reply from 172.21.15.92:6820 osd.6 since back 2024-03-11T13:26:04.269668+0000 front 2024-03-11T13:25:45.667771+0000 (oldest deadline 2024-03-11T13:26:09.767624+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:26:15.378+0000 7f0da856a700 -1 osd.0 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:26:04.269786+0000 front 2024-03-11T13:25:45.667845+0000 (oldest deadline 2024-03-11T13:26:09.767624+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:11.392+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:25:47.865603+0000 front 2024-03-11T13:26:00.766621+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:11.392+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6804 osd.4 since back 2024-03-11T13:25:47.865997+0000 front 2024-03-11T13:26:10.767385+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:11.392+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:25:47.866104+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:11.392+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:25:47.866116+0000 front 2024-03-11T13:25:47.865930+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:12.384+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:25:47.865603+0000 front 2024-03-11T13:26:00.766621+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:12.384+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6804 osd.4 since back 2024-03-11T13:25:47.865997+0000 front 2024-03-11T13:26:10.767385+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:12.384+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:25:47.866104+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:12.384+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:25:47.866116+0000 front 2024-03-11T13:25:47.865930+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.853 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:13.426+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:25:47.865603+0000 front 2024-03-11T13:26:00.766621+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:13.426+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6804 osd.4 since back 2024-03-11T13:25:47.865997+0000 front 2024-03-11T13:26:10.767385+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:13.426+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:25:47.866104+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:13.426+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:25:47.866116+0000 front 2024-03-11T13:25:47.865930+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:14.474+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:25:47.865603+0000 front 2024-03-11T13:26:00.766621+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:14.474+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6804 osd.4 since back 2024-03-11T13:25:47.865997+0000 front 2024-03-11T13:26:13.667819+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:14.474+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:25:47.866104+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:14.474+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:25:47.866116+0000 front 2024-03-11T13:25:47.865930+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:15.854 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:15 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:15.496+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6828 osd.7 since back 2024-03-11T13:26:15.392318+0000 front 2024-03-11T13:25:47.865930+0000 (oldest deadline 2024-03-11T13:26:10.765784+0000) 2024-03-11T13:26:16.374 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 94 sec 2024-03-11T13:26:17.374 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 95 sec 2024-03-11T13:26:17.851 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:17 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:17.520+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:26:15.968176+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:16.666182+0000) 2024-03-11T13:26:18.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 96 sec 2024-03-11T13:26:18.492 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:26:18.121+0000 7ff533f77700 -1 mon.smithi090@0(probing) e3 get_health_metrics reporting 104 slow ops, oldest is mgrbeacon mgr.smithi090.wjxbir(b1792570-dfa6-11ee-95c7-87774f69a715,34104, [v2:172.21.15.90:6800/261509125,v1:172.21.15.90:6801/261509125], 1) 2024-03-11T13:26:18.851 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:26:18 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:26:18.490+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.92:6812 osd.5 since back 2024-03-11T13:26:15.968176+0000 front 2024-03-11T13:25:50.766425+0000 (oldest deadline 2024-03-11T13:26:16.666182+0000) 2024-03-11T13:26:19.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 97 sec 2024-03-11T13:26:20.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:26:19.868+0000 7f2e47617700 -1 mon.smithi092@1(probing) e3 get_health_metrics reporting 43 slow ops, oldest is mdsbeacon(44303/foofs.smithi092.tkfcpv up:standby fs=foofs seq=14 v20) 2024-03-11T13:26:20.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 98 sec 2024-03-11T13:26:21.904 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 99 sec 2024-03-11T13:26:22.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 100 sec 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v259: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 385 KiB/s wr, 79 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v260: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 45 KiB/s wr, 17 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v261: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 45 KiB/s wr, 8 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v262: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 3 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v263: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v264: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v265: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:23.208 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v266: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v267: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v268: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v269: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v270: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v271: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v272: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v273: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v274: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v275: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v276: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v277: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v278: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.209 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v279: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v280: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v281: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v282: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v283: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: Upgrade: Updating node-exporter.smithi090 (1/2) 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: Deploying daemon node-exporter.smithi090 on smithi090 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v284: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v285: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v286: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v287: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v288: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v289: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.210 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v290: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v291: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v292: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v293: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v294: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v295: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v296: 129 pgs: 1 active+clean+laggy, 128 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v297: 129 pgs: 1 active+clean+laggy, 128 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v298: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: pgmap v299: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: mon.smithi092 calling monitor election 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: mon.smithi090 calling monitor election 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:26:23.211 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: monmap e3: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: mgrmap e44: smithi090.wjxbir(active, since 7m), standbys: smithi092.ygxdfq 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:26:23.212 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 101 sec 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v259: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 385 KiB/s wr, 79 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v260: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 45 KiB/s wr, 17 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v261: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 45 KiB/s wr, 8 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v262: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 19 KiB/s wr, 3 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v263: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v264: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v265: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v266: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v267: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v268: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v269: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v270: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v271: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v272: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v273: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v274: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v275: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v276: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v277: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v278: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v279: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v280: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v281: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v282: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.437 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v283: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: Upgrade: Updating node-exporter.smithi090 (1/2) 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: Deploying daemon node-exporter.smithi090 on smithi090 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v284: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v285: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v286: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v287: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v288: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v289: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v290: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v291: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v292: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v293: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v294: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v295: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v296: 129 pgs: 1 active+clean+laggy, 128 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v297: 129 pgs: 1 active+clean+laggy, 128 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v298: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: pgmap v299: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: mon.smithi092 calling monitor election 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: mon.smithi090 calling monitor election 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi090"}]: dispatch 2024-03-11T13:26:23.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: mon.smithi090 is new leader, mons smithi090,smithi092 in quorum (ranks 0,1) 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: monmap e3: 2 mons at {smithi090=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: fsmap foofs:1 {0=foofs.smithi090.ptpmbq=up:active} 1 up:standby 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: mgrmap e44: smithi090.wjxbir(active, since 7m), standbys: smithi092.ygxdfq 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:26:23.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:23.484 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:26:24.139 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:26:24.139 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (17m) 105s ago 28m 18.3M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:26:24.139 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (7m) 105s ago 28m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (6m) 106s ago 27m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (15m) 105s ago 28m 34.4M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (2m) 105s ago 22m 30.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (2m) 106s ago 22m 12.1M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (8m) 105s ago 29m 506M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (8m) 106s ago 27m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (8m) 105s ago 29m 78.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (7m) 106s ago 27m 54.1M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (115s) 105s ago 20m 63.0M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (110s) 106s ago 19m 19.1M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (13m) 105s ago 27m 16.5M - 0.18.1 e5a616e4b9cf 6618f845e0d3 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (8m) 106s ago 27m 9055k - 0.18.1 e5a616e4b9cf c6666bd5cadf 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (6m) 105s ago 26m 127M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:26:24.140 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (5m) 105s ago 26m 115M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (5m) 105s ago 25m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (5m) 105s ago 25m 127M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (4m) 106s ago 25m 132M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (3m) 106s ago 24m 129M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (3m) 106s ago 24m 113M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (2m) 106s ago 24m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:26:24.141 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 error 105s ago 27m - - 2024-03-11T13:26:24.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:24 smithi090 ceph-mon[92248]: from='client.34520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:24.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:24 smithi090 ceph-mon[92248]: from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:24.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 102 sec 2024-03-11T13:26:24.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:24 smithi092 ceph-mon[68076]: from='client.34520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:24.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:24 smithi092 ceph-mon[68076]: from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:24.542 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:26:24.542 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:26:24.543 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:24.543 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:24.543 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:26:24.543 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:24.543 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:24.544 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:24.545 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:26:24.545 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:26:24.545 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:26:24.545 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:26:24.880 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:26:24.880 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "nfs", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "mds", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:26:24.881 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:26:25.315 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Slow OSD heartbeats on back (longest 2458.946ms); Slow OSD heartbeats on front (longest 3202.155ms); 139 slow ops, oldest one blocked for 74 sec, daemons [mon.smithi090,mon.smithi092] have slow ops. 2024-03-11T13:26:25.315 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:26:25.315 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:26:25.315 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 2458.946ms) 2024-03-11T13:26:25.315 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 2458.946 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 2458.696 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.6 [] 2176.492 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.6 [] 1813.200 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.3 [] 1543.488 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.4 [] 1368.022 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.6 [] 1000.642 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 3202.155ms) 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 3202.155 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 2458.942 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 2458.791 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.7 [] 1708.105 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.3 [] 1624.734 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.4 [] 1274.904 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.6 [] 1209.071 msec 2024-03-11T13:26:25.316 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.6 [] 1102.069 msec 2024-03-11T13:26:25.317 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] SLOW_OPS: 139 slow ops, oldest one blocked for 74 sec, daemons [mon.smithi090,mon.smithi092] have slow ops. 2024-03-11T13:26:25.375 INFO:teuthology.orchestra.run.smithi090.stdout: 1 cleanup 103 sec 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: pgmap v300: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: Health check failed: Slow OSD heartbeats on back (longest 2458.946ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: Health check failed: Slow OSD heartbeats on front (longest 3202.155ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: Health check failed: 139 slow ops, oldest one blocked for 74 sec, daemons [mon.smithi090,mon.smithi092] have slow ops. (SLOW_OPS) 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: from='client.34528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:25.385 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:25 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2857997513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:25.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: pgmap v300: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: Health check failed: Slow OSD heartbeats on back (longest 2458.946ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: Health check failed: Slow OSD heartbeats on front (longest 3202.155ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: Health check failed: 139 slow ops, oldest one blocked for 74 sec, daemons [mon.smithi090,mon.smithi092] have slow ops. (SLOW_OPS) 2024-03-11T13:26:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: from='client.34528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:25.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:25 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2857997513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:25.658 INFO:teuthology.orchestra.run.smithi090.stdout: 0 cleanup 104 sec 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Operation Count AvgLat MaxLat 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: ---------------------------------------- 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: NTCreateX 1233 7.384 154.925 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Close 1025 3.369 62.893 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Rename 54 17.484 130.160 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Unlink 116 3.346 31.558 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Qpathinfo 902 3.099 63.917 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Qfileinfo 360 8.428 42.828 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Qfsinfo 165 3.099 23.655 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Sfileinfo 170 10.528 66.427 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: Find 335 6.072 128.621 2024-03-11T13:26:25.659 INFO:teuthology.orchestra.run.smithi090.stdout: WriteX 1437 0.021 0.073 2024-03-11T13:26:25.660 INFO:teuthology.orchestra.run.smithi090.stdout: ReadX 1400 0.015 1.301 2024-03-11T13:26:25.660 INFO:teuthology.orchestra.run.smithi090.stdout: Flush 138 8.129 17.070 2024-03-11T13:26:25.660 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:26:25.660 INFO:teuthology.orchestra.run.smithi090.stdout:Throughput 16.5832 MB/sec 5 clients 5 procs max_latency=154.929 ms 2024-03-11T13:26:25.661 DEBUG:teuthology.parallel:result is None 2024-03-11T13:26:26.399 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:26 smithi090 ceph-mon[92248]: from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:26.399 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:26 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3644169629' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:26:26.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:26 smithi092 ceph-mon[68076]: from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:26.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:26 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3644169629' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:26:27.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:27 smithi092 ceph-mon[68076]: pgmap v301: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:27.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:27.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:27 smithi090 ceph-mon[92248]: pgmap v301: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-03-11T13:26:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:29.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:29 smithi092 ceph-mon[68076]: pgmap v302: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:29.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:29 smithi092 ceph-mon[68076]: Upgrade: Updating node-exporter.smithi092 (2/2) 2024-03-11T13:26:29.801 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:29 smithi092 ceph-mon[68076]: Deploying daemon node-exporter.smithi092 on smithi092 2024-03-11T13:26:29.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:29 smithi090 ceph-mon[92248]: pgmap v302: 129 pgs: 129 active+clean; 226 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:29.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:29 smithi090 ceph-mon[92248]: Upgrade: Updating node-exporter.smithi092 (2/2) 2024-03-11T13:26:29.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:29 smithi090 ceph-mon[92248]: Deploying daemon node-exporter.smithi092 on smithi092 2024-03-11T13:26:30.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:30 smithi090 ceph-mon[92248]: Health check update: 43 slow ops, oldest one blocked for 71 sec, mon.smithi092 has slow ops (SLOW_OPS) 2024-03-11T13:26:30.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:30 smithi092 ceph-mon[68076]: Health check update: 43 slow ops, oldest one blocked for 71 sec, mon.smithi092 has slow ops (SLOW_OPS) 2024-03-11T13:26:31.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:31 smithi090 ceph-mon[92248]: pgmap v303: 129 pgs: 129 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:31.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:31 smithi092 ceph-mon[68076]: pgmap v303: 129 pgs: 129 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T13:26:33.587 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:33 smithi090 ceph-mon[92248]: pgmap v304: 129 pgs: 129 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 9.6 KiB/s wr, 1 op/s 2024-03-11T13:26:33.587 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:33 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:33.587 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:33 smithi090 ceph-mon[92248]: Health check cleared: SLOW_OPS (was: 43 slow ops, oldest one blocked for 71 sec, mon.smithi092 has slow ops) 2024-03-11T13:26:33.587 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:33 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:33.587 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:33 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:33 smithi092 ceph-mon[68076]: pgmap v304: 129 pgs: 129 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 9.6 KiB/s wr, 1 op/s 2024-03-11T13:26:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:33 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:33 smithi092 ceph-mon[68076]: Health check cleared: SLOW_OPS (was: 43 slow ops, oldest one blocked for 71 sec, mon.smithi092 has slow ops) 2024-03-11T13:26:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:33 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:33.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:33 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:35.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:35 smithi090 ceph-mon[92248]: pgmap v305: 129 pgs: 129 active+clean; 222 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 9.6 KiB/s wr, 1 op/s 2024-03-11T13:26:35.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:35 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:35.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:35 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:35.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:35 smithi092 ceph-mon[68076]: pgmap v305: 129 pgs: 129 active+clean; 222 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 9.6 KiB/s wr, 1 op/s 2024-03-11T13:26:35.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:35 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:35.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:35 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:37.337 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:36 smithi092 ceph-mon[68076]: pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:37.337 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:36 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:37.337 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:36 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:37.337 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:36 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 3107.420ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:37.337 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:36 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 4408.620ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:36 smithi090 ceph-mon[92248]: pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:36 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:36 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:36 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 3107.420ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:36 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 4408.620ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:38.297 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.297 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:38.297 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.298 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.298 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.298 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:37 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:38.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:37 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:39.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:39 smithi090 ceph-mon[92248]: pgmap v307: 129 pgs: 129 active+clean; 217 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:39.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:39 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:39.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:39 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:39 smithi092 ceph-mon[68076]: pgmap v307: 129 pgs: 129 active+clean; 217 MiB data, 1018 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:39 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:39 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: pgmap v308: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:41 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: pgmap v308: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:42.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:41 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:43.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:42 smithi090 ceph-mon[92248]: pgmap v309: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 612 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:43.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:42 smithi090 ceph-mon[92248]: pgmap v310: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 527 B/s rd, 2.6 KiB/s wr, 3 op/s 2024-03-11T13:26:43.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:42 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 5122.114ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:43.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:42 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 5120.968ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:42 smithi092 ceph-mon[68076]: pgmap v309: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 612 B/s rd, 12 KiB/s wr, 3 op/s 2024-03-11T13:26:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:42 smithi092 ceph-mon[68076]: pgmap v310: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 527 B/s rd, 2.6 KiB/s wr, 3 op/s 2024-03-11T13:26:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:42 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 5122.114ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:43.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:42 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 5120.968ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:44.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:44 smithi090 ceph-mon[92248]: Upgrade: Updating prometheus.smithi090 2024-03-11T13:26:44.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:44 smithi090 ceph-mon[92248]: Deploying daemon prometheus.smithi090 on smithi090 2024-03-11T13:26:44.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:44 smithi090 ceph-mon[92248]: pgmap v311: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 528 B/s rd, 2.6 KiB/s wr, 2 op/s 2024-03-11T13:26:44.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:44 smithi092 ceph-mon[68076]: Upgrade: Updating prometheus.smithi090 2024-03-11T13:26:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:44 smithi092 ceph-mon[68076]: Deploying daemon prometheus.smithi090 on smithi090 2024-03-11T13:26:44.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:44 smithi092 ceph-mon[68076]: pgmap v311: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 528 B/s rd, 2.6 KiB/s wr, 2 op/s 2024-03-11T13:26:46.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:46 smithi092 ceph-mon[68076]: pgmap v312: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 B/s wr, 0 op/s 2024-03-11T13:26:46.950 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:46 smithi090 ceph-mon[92248]: pgmap v312: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 B/s wr, 0 op/s 2024-03-11T13:26:47.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:47 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 7894.328ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:47.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:47 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 6727.937ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:47 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 7894.328ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:26:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:47 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 6727.937ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:48 smithi090 ceph-mon[92248]: pgmap v313: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-03-11T13:26:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:48 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:48 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:49.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:48 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:48 smithi092 ceph-mon[68076]: pgmap v313: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-03-11T13:26:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:48 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:49.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:48 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:49.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:48 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:51.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:50 smithi090 ceph-mon[92248]: pgmap v314: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-03-11T13:26:51.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:50 smithi092 ceph-mon[68076]: pgmap v314: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-03-11T13:26:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:52 smithi090 ceph-mon[92248]: pgmap v315: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-11T13:26:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:52 smithi092 ceph-mon[68076]: pgmap v315: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-11T13:26:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:26:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:53 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 7267.357ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:53 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:53 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:54.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:53 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 7267.357ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:26:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:53 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:53 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:54 smithi090 ceph-mon[92248]: pgmap v316: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:54 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:55.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:54 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:55.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:54 smithi092 ceph-mon[68076]: pgmap v316: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:54 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:55.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:54 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:55.669 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:26:56.340 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:26:56.340 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (18m) 2s ago 28m 18.3M - 0.20.0 0881eb8f169f 782fb94ef30b 2024-03-11T13:26:56.340 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (7m) 2s ago 28m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:26:56.340 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (7m) 21s ago 27m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:26:56.340 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (15m) 2s ago 28m 33.4M - 6.7.4 557c83e11646 404537d73b25 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (3m) 2s ago 23m 39.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (2m) 21s ago 23m 13.9M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (9m) 2s ago 30m 511M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (8m) 21s ago 27m 452M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (8m) 2s ago 30m 87.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (8m) 21s ago 27m 60.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (2m) 2s ago 20m 208M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (2m) 21s ago 20m 80.4M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (30s) 2s ago 28m 3577k - 1.5.0 0da6a335fe13 565e0d660349 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (24s) 21s ago 27m 3527k - 1.5.0 0da6a335fe13 a38a2529a75a 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (7m) 2s ago 27m 138M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (6m) 2s ago 26m 140M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (5m) 2s ago 26m 114M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (5m) 2s ago 26m 150M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:26:56.341 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (4m) 21s ago 25m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:26:56.342 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (4m) 21s ago 25m 155M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:26:56.342 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (3m) 21s ago 25m 141M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:26:56.342 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (3m) 21s ago 24m 145M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:26:56.342 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (9s) 2s ago 28m 40.3M - 2.43.0 a07b618ecd1d cf472e011b6e 2024-03-11T13:26:56.745 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:26:56.745 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:26:56.745 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:56.745 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:56.745 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:26:56.746 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:26:56.872 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:56 smithi090 ceph-mon[92248]: pgmap v317: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:56.872 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:56 smithi090 ceph-mon[92248]: from='client.34544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:56.872 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:56 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1761416019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "nfs", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "mds", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T13:26:57.100 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading prometheus daemons", 2024-03-11T13:26:57.101 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:26:57.101 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:26:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:56 smithi092 ceph-mon[68076]: pgmap v317: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:56 smithi092 ceph-mon[68076]: from='client.34544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:56 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1761416019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:57.495 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Slow OSD heartbeats on back (longest 7894.328ms); Slow OSD heartbeats on front (longest 7267.357ms) 2024-03-11T13:26:57.495 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T13:26:57.495 INFO:teuthology.orchestra.run.smithi090.stdout: daemon prometheus.smithi090 on smithi090 is in error state 2024-03-11T13:26:57.495 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 7894.328ms) 2024-03-11T13:26:57.495 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 7894.328 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.7 [] 7121.194 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 6761.745 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 6350.016 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.3 [] 5811.986 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.2 [] 5487.900 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.3 [] 5122.114 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.5 [] 3668.114 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.1 [] 3651.507 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.7 [] 3554.196 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 7267.357ms) 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 7267.357 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.7 [] 7104.301 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 6727.937 msec 2024-03-11T13:26:57.496 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 6399.441 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 6282.606 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.3 [] 5452.728 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.3 [] 5120.968 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.3 [] 4408.620 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.7 [] 3587.443 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.5 [] 3239.692 msec 2024-03-11T13:26:57.497 INFO:teuthology.orchestra.run.smithi090.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-03-11T13:26:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:57 smithi090 ceph-mon[92248]: from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:57 smithi090 ceph-mon[92248]: from='client.34552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:57 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1476823474' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:26:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:57 smithi092 ceph-mon[68076]: from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:57 smithi092 ceph-mon[68076]: from='client.34552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:58.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:57 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1476823474' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:26:59.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: pgmap v318: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:58 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: pgmap v318: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:26:59.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:58 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:59 smithi090 ceph-mon[92248]: pgmap v319: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:59 smithi090 ceph-mon[92248]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:27:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:26:59 smithi090 ceph-mon[92248]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:27:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:59 smithi092 ceph-mon[68076]: pgmap v319: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:59 smithi092 ceph-mon[68076]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T13:27:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:26:59 smithi092 ceph-mon[68076]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T13:27:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:01 smithi090 ceph-mon[92248]: Upgrade: Updating alertmanager.smithi090 2024-03-11T13:27:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:01 smithi090 ceph-mon[92248]: Deploying daemon alertmanager.smithi090 on smithi090 2024-03-11T13:27:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:01 smithi090 ceph-mon[92248]: pgmap v320: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:02.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:01 smithi092 ceph-mon[68076]: Upgrade: Updating alertmanager.smithi090 2024-03-11T13:27:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:01 smithi092 ceph-mon[68076]: Deploying daemon alertmanager.smithi090 on smithi090 2024-03-11T13:27:02.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:01 smithi092 ceph-mon[68076]: pgmap v320: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:03 smithi090 ceph-mon[92248]: pgmap v321: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:04.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:03 smithi092 ceph-mon[68076]: pgmap v321: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:05 smithi090 ceph-mon[92248]: pgmap v322: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:05 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:05 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:05 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:05 smithi092 ceph-mon[68076]: pgmap v322: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:05 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:05 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:06.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:05 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:07 smithi090 ceph-mon[92248]: pgmap v323: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:07 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:08.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:07 smithi092 ceph-mon[68076]: pgmap v323: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:08.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:07 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:09 smithi090 ceph-mon[92248]: pgmap v324: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:09 smithi092 ceph-mon[68076]: pgmap v324: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-03-11T13:27:11.544 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:11 smithi090 ceph-mon[92248]: pgmap v325: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:11.544 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:11 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.544 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:11 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.544 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:11 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.544 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:11 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:11 smithi092 ceph-mon[68076]: pgmap v325: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:11 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:11 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:11 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:11.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:11 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:13.453 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:13 smithi090 ceph-mon[92248]: pgmap v326: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:13.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:13 smithi092 ceph-mon[68076]: pgmap v326: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: pgmap v327: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.602 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.603 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:15 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: pgmap v327: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:15.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:15.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:15 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:17.636 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:17 smithi090 ceph-mon[92248]: Upgrade: Updating grafana.smithi090 2024-03-11T13:27:17.636 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:17 smithi090 ceph-mon[92248]: pgmap v328: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:17.636 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:17 smithi090 ceph-mon[92248]: Deploying daemon grafana.smithi090 on smithi090 2024-03-11T13:27:17.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:17 smithi092 ceph-mon[68076]: Upgrade: Updating grafana.smithi090 2024-03-11T13:27:17.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:17 smithi092 ceph-mon[68076]: pgmap v328: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:17.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:17 smithi092 ceph-mon[68076]: Deploying daemon grafana.smithi090 on smithi090 2024-03-11T13:27:19.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:19 smithi090 ceph-mon[92248]: pgmap v329: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:19.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:19 smithi092 ceph-mon[68076]: pgmap v329: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:21.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:21 smithi090 ceph-mon[92248]: pgmap v330: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:21.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:21 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:21.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:21 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:21.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:21 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:21 smithi092 ceph-mon[68076]: pgmap v330: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:21 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:21 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:21 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:24.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:23 smithi090 ceph-mon[92248]: pgmap v331: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:24.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:23 smithi092 ceph-mon[68076]: pgmap v331: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:25.992 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:25 smithi090 ceph-mon[92248]: pgmap v332: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:26.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:25 smithi092 ceph-mon[68076]: pgmap v332: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:27 smithi090 ceph-mon[92248]: pgmap v333: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.852 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:27 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.853 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:27:27.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:27 smithi092 ceph-mon[68076]: pgmap v333: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:27.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:27.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:27 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:28.498 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:27:28.498 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (23s) 1s ago 29m 15.8M - 0.25.0 c8568f914cd2 c52723e5cf88 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (8m) 1s ago 29m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (8m) 53s ago 28m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (8s) 1s ago 29m 31.5M - 9.4.7 954c08fa6188 41ae8e97bbec 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (3m) 1s ago 23m 39.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (3m) 53s ago 23m 13.9M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (9m) 1s ago 30m 512M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (9m) 53s ago 28m 452M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (9m) 2s ago 31m 88.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (8m) 53s ago 28m 60.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (2m) 1s ago 21m 221M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (2m) 53s ago 21m 80.4M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (62s) 1s ago 28m 8715k - 1.5.0 0da6a335fe13 565e0d660349 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (56s) 53s ago 28m 3527k - 1.5.0 0da6a335fe13 a38a2529a75a 2024-03-11T13:27:28.499 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (7m) 1s ago 27m 138M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (7m) 1s ago 27m 140M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (6m) 1s ago 26m 114M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (6m) 1s ago 26m 151M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (5m) 53s ago 26m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (4m) 53s ago 25m 155M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (4m) 53s ago 25m 141M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (3m) 53s ago 25m 145M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:27:28.500 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (41s) 1s ago 28m 50.9M - 2.43.0 a07b618ecd1d cf472e011b6e 2024-03-11T13:27:28.592 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:28 smithi090 ceph-mon[92248]: from='client.34568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:27:28.911 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:27:28.912 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:27:28.912 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:27:28.912 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:27:28.912 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:27:28.912 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:27:28.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:28 smithi092 ceph-mon[68076]: from='client.34568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": true, 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [ 2024-03-11T13:27:29.248 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "nfs", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "mds", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "osd", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "mon", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "crash" 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "Currently upgrading grafana daemons", 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:27:29.249 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 7894.328ms); Slow OSD heartbeats on front (longest 7267.357ms) 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 7894.328ms) 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 7894.328 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.7 [] 7121.194 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 6761.745 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 6350.016 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.3 [] 5811.986 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.2 [] 5487.900 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.3 [] 5122.114 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 4669.598 msec 2024-03-11T13:27:29.660 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 4668.916 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.6 [] 3991.365 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 7267.357ms) 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 7267.357 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.7 [] 7104.301 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 6727.937 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 6399.441 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 6282.606 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.3 [] 5452.728 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.3 [] 5120.968 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 4669.596 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 4668.997 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.3 [] 4408.620 msec 2024-03-11T13:27:29.661 INFO:teuthology.orchestra.run.smithi090.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-03-11T13:27:29.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:29 smithi090 ceph-mon[92248]: pgmap v334: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:29.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:29 smithi090 ceph-mon[92248]: from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:29.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:29 smithi090 ceph-mon[92248]: from='client.34576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:29.760 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:29 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2286214681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:29.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:29 smithi092 ceph-mon[68076]: pgmap v334: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:29.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:29 smithi092 ceph-mon[68076]: from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:29.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:29 smithi092 ceph-mon[68076]: from='client.34576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:29.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:29 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2286214681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:30.753 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:30 smithi090 ceph-mon[92248]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:30.754 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:30 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2904618359' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:27:30.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:30 smithi092 ceph-mon[68076]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:27:30.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:30 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2904618359' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:27:32.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: pgmap v335: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T13:27:32.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T13:27:32.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.107 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.108 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.109 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:31 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: pgmap v335: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.187 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.188 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T13:27:32.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T13:27:32.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T13:27:32.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.192 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:32.193 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:31 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:32 smithi090 ceph-mon[92248]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:27:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:32 smithi090 ceph-mon[92248]: Upgrade: Finalizing container_image settings 2024-03-11T13:27:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:32 smithi090 ceph-mon[92248]: Upgrade: Complete! 2024-03-11T13:27:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:32 smithi092 ceph-mon[68076]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T13:27:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:32 smithi092 ceph-mon[68076]: Upgrade: Finalizing container_image settings 2024-03-11T13:27:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:32 smithi092 ceph-mon[68076]: Upgrade: Complete! 2024-03-11T13:27:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:33 smithi090 ceph-mon[92248]: pgmap v336: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:34.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:33 smithi092 ceph-mon[68076]: pgmap v336: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:36.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:35 smithi090 ceph-mon[92248]: pgmap v337: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:36.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:35 smithi092 ceph-mon[68076]: pgmap v337: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:37.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:36 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:37.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:36 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:27:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:37 smithi092 ceph-mon[68076]: pgmap v338: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:37 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:38.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:37 smithi090 ceph-mon[92248]: pgmap v338: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:38.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:37 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:40.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:39 smithi092 ceph-mon[68076]: pgmap v339: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:40.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:39 smithi090 ceph-mon[92248]: pgmap v339: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:41.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:40 smithi092 ceph-mon[68076]: pgmap v340: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:41.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:40 smithi090 ceph-mon[92248]: pgmap v340: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:43.354 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:42 smithi090 ceph-mon[92248]: pgmap v341: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:43.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:42 smithi092 ceph-mon[68076]: pgmap v341: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:45.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:45 smithi092 ceph-mon[68076]: pgmap v342: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:45.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:45 smithi090 ceph-mon[92248]: pgmap v342: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:47.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:47 smithi092 ceph-mon[68076]: pgmap v343: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:47.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:47 smithi090 ceph-mon[92248]: pgmap v343: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:49.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:49 smithi092 ceph-mon[68076]: pgmap v344: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:49.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:49 smithi090 ceph-mon[92248]: pgmap v344: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:51.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:51 smithi092 ceph-mon[68076]: pgmap v345: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:51.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:51 smithi090 ceph-mon[92248]: pgmap v345: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:27:52.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:52.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:27:53.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:53 smithi092 ceph-mon[68076]: pgmap v346: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:53.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:53 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 7121.194ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:27:53.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:53 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 7104.301ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:27:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:53 smithi090 ceph-mon[92248]: pgmap v346: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:53 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 7121.194ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:27:53.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:53 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 7104.301ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:27:55.438 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:55 smithi092 ceph-mon[68076]: pgmap v347: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:55.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:55 smithi090 ceph-mon[92248]: pgmap v347: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:57.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:57 smithi092 ceph-mon[68076]: pgmap v348: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:57.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:57 smithi090 ceph-mon[92248]: pgmap v348: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:58.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:58 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 5811.986ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:27:58.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:58 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 5452.728ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:27:58.455 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:58 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 5811.986ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:27:58.455 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:58 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 5452.728ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:27:59.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:27:59 smithi092 ceph-mon[68076]: pgmap v349: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:27:59.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:27:59 smithi090 ceph-mon[92248]: pgmap v349: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:00.694 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch ps' 2024-03-11T13:28:01.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:01 smithi090 ceph-mon[92248]: pgmap v350: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:01.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:01 smithi090 ceph-mon[92248]: from='client.34592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:28:01.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:01 smithi092 ceph-mon[68076]: pgmap v350: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:01.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:01 smithi092 ceph-mon[68076]: from='client.34592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:28:02.891 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (58s) 36s ago 29m 15.8M - 0.25.0 c8568f914cd2 c52723e5cf88 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (8m) 36s ago 29m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (8m) 87s ago 29m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (42s) 36s ago 29m 31.5M - 9.4.7 954c08fa6188 41ae8e97bbec 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (4m) 36s ago 24m 39.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:28:02.912 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (3m) 87s ago 24m 13.9M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (10m) 36s ago 31m 512M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (9m) 87s ago 28m 452M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (9m) 36s ago 31m 88.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (9m) 87s ago 28m 60.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (3m) 36s ago 21m 221M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (3m) 87s ago 21m 80.4M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (96s) 36s ago 29m 8715k - 1.5.0 0da6a335fe13 565e0d660349 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (90s) 87s ago 28m 3527k - 1.5.0 0da6a335fe13 a38a2529a75a 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (8m) 36s ago 28m 138M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:28:02.913 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (7m) 36s ago 27m 140M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (7m) 36s ago 27m 114M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (6m) 36s ago 27m 151M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (6m) 87s ago 26m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (5m) 87s ago 26m 155M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (5m) 87s ago 26m 141M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (4m) 87s ago 25m 145M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:28:02.914 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (75s) 36s ago 29m 50.9M - 2.43.0 a07b618ecd1d cf472e011b6e 2024-03-11T13:28:03.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:03 smithi092 ceph-mon[68076]: pgmap v351: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:03.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:03 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 4669.598ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:03.436 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:03 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 4669.596ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:03.567 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:03 smithi090 ceph-mon[92248]: pgmap v351: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:03.568 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:03 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 4669.598ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:03.568 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:03 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 4669.596ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:03.586 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions' 2024-03-11T13:28:04.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:04 smithi090 ceph-mon[92248]: from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:28:04.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:04 smithi092 ceph-mon[68076]: from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:28:05.244 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:05 smithi090 ceph-mon[92248]: pgmap v352: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:05.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:05 smithi092 ceph-mon[68076]: pgmap v352: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:05.765 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:28:05.766 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:28:05.767 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:28:05.767 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:28:05.767 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:28:05.767 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:28:06.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:06 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/688036201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:28:06.423 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-11T13:28:06.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:06 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/688036201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:28:07.471 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:07 smithi090 ceph-mon[92248]: pgmap v353: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:07.472 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:07.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:07 smithi092 ceph-mon[68076]: pgmap v353: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:07.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:08.292 INFO:teuthology.orchestra.run.smithi090.stdout:wait for servicemap items w/ changing names to refresh 2024-03-11T13:28:08.929 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'sleep 60' 2024-03-11T13:28:09.573 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:09 smithi090 ceph-mon[92248]: pgmap v354: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:09.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:09 smithi092 ceph-mon[68076]: pgmap v354: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:11.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:11 smithi090 ceph-mon[92248]: pgmap v355: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:11.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:11 smithi092 ceph-mon[68076]: pgmap v355: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:13.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:13 smithi090 ceph-mon[92248]: pgmap v356: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:13.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:13 smithi092 ceph-mon[68076]: pgmap v356: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:15.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:15 smithi090 ceph-mon[92248]: pgmap v357: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:15.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:15 smithi092 ceph-mon[68076]: pgmap v357: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:17.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:17 smithi090 ceph-mon[92248]: pgmap v358: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:17.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:17 smithi092 ceph-mon[68076]: pgmap v358: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:19.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:19 smithi090 ceph-mon[92248]: pgmap v359: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:19.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:19 smithi092 ceph-mon[68076]: pgmap v359: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:20 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 3991.365ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:20.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:20 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 3498.941ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:20.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:20 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 3991.365ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:20.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:20 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 3498.941ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:21.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:21 smithi090 ceph-mon[92248]: pgmap v360: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:21.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:21 smithi092 ceph-mon[68076]: pgmap v360: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:22.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:22.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:23.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:23 smithi090 ceph-mon[92248]: pgmap v361: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:23.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:23 smithi092 ceph-mon[68076]: pgmap v361: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:25.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:25 smithi090 ceph-mon[92248]: pgmap v362: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:25.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:25 smithi092 ceph-mon[68076]: pgmap v362: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:26.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:26 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 1579.344ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:26.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:26 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 1454.364ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:26.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:26 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 1579.344ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:26.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:26 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 1454.364ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:27.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:27 smithi090 ceph-mon[92248]: pgmap v363: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:27.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:27 smithi092 ceph-mon[68076]: pgmap v363: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:29.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:29 smithi090 ceph-mon[92248]: pgmap v364: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:29.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:29 smithi092 ceph-mon[68076]: pgmap v364: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:31.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:31 smithi090 ceph-mon[92248]: pgmap v365: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:31.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:31 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:28:31.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:31 smithi092 ceph-mon[68076]: pgmap v365: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:31.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:31 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:28:32.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:32.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:28:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:28:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:28:33.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:33 smithi092 ceph-mon[68076]: pgmap v366: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:34.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:33 smithi090 ceph-mon[92248]: pgmap v366: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:35.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:35 smithi092 ceph-mon[68076]: pgmap v367: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:36.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:35 smithi090 ceph-mon[92248]: pgmap v367: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:37.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:37 smithi092 ceph-mon[68076]: pgmap v368: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:37.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:37 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:37 smithi090 ceph-mon[92248]: pgmap v368: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:38.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:37 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:40.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:39 smithi090 ceph-mon[92248]: pgmap v369: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:39 smithi092 ceph-mon[68076]: pgmap v369: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:42.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:41 smithi090 ceph-mon[92248]: pgmap v370: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:42.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:41 smithi092 ceph-mon[68076]: pgmap v370: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:44.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:43 smithi090 ceph-mon[92248]: pgmap v371: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:44.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:43 smithi092 ceph-mon[68076]: pgmap v371: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:46.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:45 smithi090 ceph-mon[92248]: pgmap v372: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:46.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:45 smithi092 ceph-mon[68076]: pgmap v372: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:48.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:47 smithi090 ceph-mon[92248]: pgmap v373: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:48.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:47 smithi092 ceph-mon[68076]: pgmap v373: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:49 smithi090 ceph-mon[92248]: pgmap v374: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:50.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:49 smithi092 ceph-mon[68076]: pgmap v374: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:52.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:51 smithi090 ceph-mon[92248]: pgmap v375: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:52.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:51 smithi092 ceph-mon[68076]: pgmap v375: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:28:53.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:52 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:53.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:52 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:28:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:53 smithi090 ceph-mon[92248]: pgmap v376: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:54.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:53 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on back (longest 1579.331ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:54.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:53 smithi092 ceph-mon[68076]: pgmap v376: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:54.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:53 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on back (longest 1579.331ms) (OSD_SLOW_PING_TIME_BACK) 2024-03-11T13:28:56.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:55 smithi090 ceph-mon[92248]: pgmap v377: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:56.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:55 smithi092 ceph-mon[68076]: pgmap v377: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:57.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:56 smithi090 ceph-mon[92248]: Health check update: Slow OSD heartbeats on front (longest 1454.370ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:57.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:56 smithi092 ceph-mon[68076]: Health check update: Slow OSD heartbeats on front (longest 1454.370ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T13:28:58.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:57 smithi090 ceph-mon[92248]: pgmap v378: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:28:58.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:57 smithi092 ceph-mon[68076]: pgmap v378: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:00.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:28:59 smithi090 ceph-mon[92248]: pgmap v379: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:00.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:28:59 smithi092 ceph-mon[68076]: pgmap v379: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:02.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:01 smithi090 ceph-mon[92248]: pgmap v380: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:02.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:01 smithi092 ceph-mon[68076]: pgmap v380: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:04.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:03 smithi090 ceph-mon[92248]: pgmap v381: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:04.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:03 smithi092 ceph-mon[68076]: pgmap v381: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:06.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:05 smithi090 ceph-mon[92248]: pgmap v382: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:06.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:05 smithi092 ceph-mon[68076]: pgmap v382: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:07 smithi090 ceph-mon[92248]: pgmap v383: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:08.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:07 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:08.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:07 smithi092 ceph-mon[68076]: pgmap v383: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:08.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:07 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:10.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:09 smithi090 ceph-mon[92248]: pgmap v384: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:10.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:09 smithi092 ceph-mon[68076]: pgmap v384: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:11.372 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch ps' 2024-03-11T13:29:12.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:11 smithi090 ceph-mon[92248]: pgmap v385: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:12.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:11 smithi092 ceph-mon[68076]: pgmap v385: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:alertmanager.smithi090 smithi090 *:9093,9094 running (2m) 107s ago 31m 15.8M - 0.25.0 c8568f914cd2 c52723e5cf88 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi090 smithi090 running (9m) 107s ago 31m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 54672dd9cb12 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:crash.smithi092 smithi092 running (9m) 2m ago 30m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 60a718ddc108 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:grafana.smithi090 smithi090 *:3000 running (113s) 107s ago 30m 31.5M - 9.4.7 954c08fa6188 41ae8e97bbec 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi090.ptpmbq smithi090 running (5m) 107s ago 25m 39.4M - 18.2.1-802-ge1b0c2aa 38c4ca238582 23981be3d366 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:mds.foofs.smithi092.tkfcpv smithi092 running (4m) 2m ago 25m 13.9M - 18.2.1-802-ge1b0c2aa 38c4ca238582 124a4aef3a68 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi090.wjxbir smithi090 *:8443,9283,8765 running (11m) 107s ago 32m 512M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b40bc2a90972 2024-03-11T13:29:13.552 INFO:teuthology.orchestra.run.smithi090.stdout:mgr.smithi092.ygxdfq smithi092 *:8443,9283,8765 running (11m) 2m ago 30m 452M - 18.2.1-802-ge1b0c2aa 38c4ca238582 01fd80b30ab5 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi090 smithi090 running (10m) 107s ago 32m 88.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 a334578dd8fa 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:mon.smithi092 smithi092 running (10m) 2m ago 30m 60.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 db34aae1339b 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.0.1.smithi090.jvvzbt smithi090 *:2049 running (4m) 107s ago 22m 221M - 5.5 38c4ca238582 8db53742f484 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:nfs.foo.1.1.smithi092.rnpnqo smithi092 *:2049 running (4m) 2m ago 22m 80.4M - 5.5 38c4ca238582 51cadb8c37f4 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi090 smithi090 *:9100 running (2m) 107s ago 30m 8715k - 1.5.0 0da6a335fe13 565e0d660349 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:node-exporter.smithi092 smithi092 *:9100 running (2m) 2m ago 29m 3527k - 1.5.0 0da6a335fe13 a38a2529a75a 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.0 smithi090 running (9m) 107s ago 29m 138M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 8a31f7904b11 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.1 smithi090 running (8m) 107s ago 29m 140M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 3f8c572dada3 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.2 smithi090 running (8m) 107s ago 28m 114M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 b81849113298 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.3 smithi090 running (7m) 107s ago 28m 151M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4a77029cec30 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.4 smithi092 running (7m) 2m ago 28m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 1cb0704cd2a0 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.5 smithi092 running (6m) 2m ago 27m 155M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 080afb59faee 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.6 smithi092 running (6m) 2m ago 27m 141M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 dc5c860c3e10 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:osd.7 smithi092 running (5m) 2m ago 27m 145M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 216c24307681 2024-03-11T13:29:13.553 INFO:teuthology.orchestra.run.smithi090.stdout:prometheus.smithi090 smithi090 *:9095 running (2m) 107s ago 30m 50.9M - 2.43.0 a07b618ecd1d cf472e011b6e 2024-03-11T13:29:13.851 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:13 smithi090 ceph-mon[92248]: pgmap v386: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:14.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:13 smithi092 ceph-mon[68076]: pgmap v386: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:14.210 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch upgrade status' 2024-03-11T13:29:14.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:14 smithi090 ceph-mon[92248]: from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:15.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:14 smithi092 ceph-mon[68076]: from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:16.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:15 smithi090 ceph-mon[92248]: pgmap v387: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:16.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:15 smithi092 ceph-mon[68076]: pgmap v387: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "target_image": null, 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "in_progress": false, 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "which": "", 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "services_complete": [], 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "progress": null, 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "message": "", 2024-03-11T13:29:16.213 INFO:teuthology.orchestra.run.smithi090.stdout: "is_paused": false 2024-03-11T13:29:16.214 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:29:16.901 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph health detail' 2024-03-11T13:29:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:17 smithi090 ceph-mon[92248]: pgmap v388: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:18.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:17 smithi090 ceph-mon[92248]: from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:17 smithi092 ceph-mon[68076]: pgmap v388: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:18.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:17 smithi092 ceph-mon[68076]: from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:19.033 INFO:teuthology.orchestra.run.smithi090.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 1579.331ms); Slow OSD heartbeats on front (longest 1454.370ms) 2024-03-11T13:29:19.033 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 1579.331ms) 2024-03-11T13:29:19.033 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 1579.331 msec 2024-03-11T13:29:19.033 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 1426.036 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 1425.833 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.7 [] 1424.771 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 1352.896 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 1270.514 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.6 [] 1233.960 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.3 [] 1162.813 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.2 [] 1098.134 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.3 [] 1024.740 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1454.370ms) 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 1454.370 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 1426.103 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 1425.893 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.7 [] 1421.442 msec 2024-03-11T13:29:19.034 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 1346.168 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 1340.634 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 1280.293 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 1256.939 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.3 [] 1090.987 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.3 [] 1024.509 msec 2024-03-11T13:29:19.035 INFO:teuthology.orchestra.run.smithi090.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-03-11T13:29:19.668 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions' 2024-03-11T13:29:20.063 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:19 smithi090 ceph-mon[92248]: pgmap v389: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:20.063 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:19 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/161360852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:29:20.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:19 smithi092 ceph-mon[68076]: pgmap v389: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:20.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:19 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/161360852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T13:29:21.747 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-11T13:29:21.747 INFO:teuthology.orchestra.run.smithi090.stdout: "mon": { 2024-03-11T13:29:21.747 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "mgr": { 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "osd": { 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "mds": { 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "overall": { 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:29:21.748 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-11T13:29:22.085 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:21 smithi090 ceph-mon[92248]: pgmap v390: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:22.085 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:21 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/1665927478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:22.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:21 smithi092 ceph-mon[68076]: pgmap v390: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:22.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:21 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/1665927478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:22.443 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-11T13:29:23.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:22 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:23.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:22 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:23.999 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:23 smithi090 ceph-mon[92248]: pgmap v391: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:24.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:23 smithi092 ceph-mon[68076]: pgmap v391: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:24.523 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-11T13:29:25.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:24 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/3183493360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:25.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:24 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/3183493360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:25.272 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-11T13:29:26.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:25 smithi090 ceph-mon[92248]: pgmap v392: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:26.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:25 smithi092 ceph-mon[68076]: pgmap v392: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:27.503 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)" 2024-03-11T13:29:28.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:27 smithi090 ceph-mon[92248]: pgmap v393: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:28.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:27 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/4081032947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:28.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:27 smithi092 ceph-mon[68076]: pgmap v393: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:28.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:27 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/4081032947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T13:29:28.231 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-03-11T13:29:28.232 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-03-11T13:29:28.232 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- ceph orch ls -f json 2024-03-11T13:29:30.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:29 smithi090 ceph-mon[92248]: pgmap v394: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:30.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:29 smithi092 ceph-mon[68076]: pgmap v394: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:30.196 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-11T13:29:30.196 INFO:teuthology.orchestra.run.smithi090.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T12:57:25.565126Z", "last_refresh": "2024-03-11T13:27:26.491508Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T12:57:12.595874Z", "last_refresh": "2024-03-11T13:26:35.289750Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-11T12:57:22.666676Z", "last_refresh": "2024-03-11T13:27:26.491628Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T13:03:36.162427Z", "last_refresh": "2024-03-11T13:26:35.290306Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T12:57:11.083018Z", "last_refresh": "2024-03-11T13:26:35.289842Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi090:172.21.15.90=smithi090", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T12:58:01.736868Z", "last_refresh": "2024-03-11T13:26:35.289911Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T13:28:32.056399Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-03-11T13:06:10.871675Z", "last_refresh": "2024-03-11T13:26:35.290369Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T12:57:24.292044Z", "last_refresh": "2024-03-11T13:26:35.289975Z", "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-11T13:26:35.290040Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T12:57:20.718136Z", "last_refresh": "2024-03-11T13:27:26.491745Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T13:29:30.815 INFO:tasks.cephadm:nfs.foo has 2/2 2024-03-11T13:29:30.815 DEBUG:teuthology.parallel:result is None 2024-03-11T13:29:30.815 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T13:29:30.826 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:29:30.827 DEBUG:teuthology.orchestra.run.smithi090:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-03-11T13:29:30.856 INFO:teuthology.orchestra.run.smithi090.stderr:+ umount /mnt/foo 2024-03-11T13:29:30.886 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T13:29:30.896 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:29:30.896 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-03-11T13:29:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:31 smithi090 ceph-mon[92248]: pgmap v395: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:32.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:31 smithi090 ceph-mon[92248]: from='client.34628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:29:32.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:31 smithi092 ceph-mon[68076]: pgmap v395: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:32.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:31 smithi092 ceph-mon[68076]: from='client.34628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T13:29:32.959 INFO:teuthology.orchestra.run.smithi090.stdout: "foo" 2024-03-11T13:29:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:29:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:29:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:32 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:29:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:29:33.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:32 smithi090 ceph-mon[92248]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:29:33.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T13:29:33.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T13:29:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:32 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T13:29:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:29:33.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:32 smithi092 ceph-mon[68076]: from='mgr.34104 ' entity='mgr.smithi090.wjxbir' 2024-03-11T13:29:33.590 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-03-11T13:29:34.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:33 smithi090 ceph-mon[92248]: pgmap v396: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:34.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:33 smithi092 ceph-mon[68076]: pgmap v396: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:34.947 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:34 smithi090 ceph-mon[92248]: from='client.34632 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:35.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:34 smithi092 ceph-mon[68076]: from='client.34632 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:35.682 INFO:teuthology.orchestra.run.smithi090.stdout:[ 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "access_type": "RW", 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "clients": [], 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "cluster_id": "foo", 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "export_id": 1, 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "fsal": { 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "fs_name": "foofs", 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "name": "CEPH", 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "user_id": "nfs.foo.1" 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "path": "/", 2024-03-11T13:29:35.683 INFO:teuthology.orchestra.run.smithi090.stdout: "protocols": [ 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: 4 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: ], 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: "pseudo": "/fake", 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: "security_label": true, 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: "squash": "no_root_squash", 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: "transports": [ 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: "TCP" 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-03-11T13:29:35.684 INFO:teuthology.orchestra.run.smithi090.stdout:] 2024-03-11T13:29:36.042 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:35 smithi090 ceph-mon[92248]: pgmap v397: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:36.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:35 smithi092 ceph-mon[68076]: pgmap v397: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:36.324 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-03-11T13:29:37.015 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:36 smithi090 ceph-mon[92248]: from='client.34636 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:37.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:36 smithi092 ceph-mon[68076]: from='client.34636 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T13:29:37.986 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:37 smithi090 ceph-mon[92248]: pgmap v398: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:37.986 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:37 smithi090 ceph-mon[92248]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:38.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:37 smithi092 ceph-mon[68076]: pgmap v398: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:38.186 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:37 smithi092 ceph-mon[68076]: from='mgr.34104 172.21.15.90:0/520917714' entity='mgr.smithi090.wjxbir' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T13:29:38.263 INFO:teuthology.orchestra.run.smithi090.stdout:foo grace 2024-03-11T13:29:38.263 INFO:teuthology.orchestra.run.smithi090.stdout:foo rec-0000000000000005:nfs.foo.1 2024-03-11T13:29:38.263 INFO:teuthology.orchestra.run.smithi090.stdout:foo rec-0000000000000005:nfs.foo.0 2024-03-11T13:29:38.263 INFO:teuthology.orchestra.run.smithi090.stdout:foo conf-nfs.foo 2024-03-11T13:29:38.263 INFO:teuthology.orchestra.run.smithi090.stdout:foo export-1 2024-03-11T13:29:39.102 DEBUG:teuthology.orchestra.run.smithi090:> 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 b1792570-dfa6-11ee-95c7-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-03-11T13:29:39.130 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:38 smithi090 ceph-mon[92248]: mgrmap e45: smithi090.wjxbir(active, since 11m), standbys: smithi092.ygxdfq 2024-03-11T13:29:39.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:38 smithi092 ceph-mon[68076]: mgrmap e45: smithi090.wjxbir(active, since 11m), standbys: smithi092.ygxdfq 2024-03-11T13:29:40.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:39 smithi090 ceph-mon[92248]: pgmap v399: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:40.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:39 smithi092 ceph-mon[68076]: pgmap v399: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T13:29:41.187 INFO:teuthology.orchestra.run.smithi090.stdout:6 2024-03-11T13:29:41.927 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-11T13:29:41.941 INFO:tasks.cephadm:Teardown begin 2024-03-11T13:29:41.941 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T13:29:41.997 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T13:29:42.035 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-11T13:29:42.035 DEBUG:teuthology.orchestra.run.smithi090:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-11T13:29:42.055 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-11T13:29:42.096 INFO:tasks.cephadm:Stopping all daemons... 2024-03-11T13:29:42.096 INFO:tasks.cephadm.mon.smithi090:Stopping mon.smithi090... 2024-03-11T13:29:42.096 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090 2024-03-11T13:29:42.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:41 smithi090 ceph-mon[92248]: pgmap v400: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:42.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:41 smithi090 ceph-mon[92248]: from='client.? 172.21.15.90:0/2896301437' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-03-11T13:29:42.127 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:42 smithi090 systemd[1]: Stopping Ceph mon.smithi090 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:29:42.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:41 smithi092 ceph-mon[68076]: pgmap v400: 129 pgs: 129 active+clean; 217 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T13:29:42.185 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:41 smithi092 ceph-mon[68076]: from='client.? 172.21.15.90:0/2896301437' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-03-11T13:29:42.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:29:42.360+0000 7ff536f7d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi090 -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-11T13:29:42.601 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:42 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090[92225]: 2024-03-11T13:29:42.360+0000 7ff536f7d700 -1 mon.smithi090@0(leader) e3 *** Got Signal Terminated *** 2024-03-11T13:29:43.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Mar 11 13:29:42 smithi090 bash[152430]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi090 2024-03-11T13:29:43.235 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi090.service' 2024-03-11T13:29:43.317 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:29:43.318 INFO:tasks.cephadm.mon.smithi090:Stopped mon.smithi090 2024-03-11T13:29:43.318 INFO:tasks.cephadm.mon.smithi092:Stopping mon.smithi092... 2024-03-11T13:29:43.318 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi092 2024-03-11T13:29:43.661 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:43 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:29:43.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:29:43.657+0000 7f2e4a61d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi092 -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-11T13:29:43.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092[68053]: 2024-03-11T13:29:43.657+0000 7f2e4a61d700 -1 mon.smithi092@1(peon) e3 *** Got Signal Terminated *** 2024-03-11T13:29:44.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Mar 11 13:29:44 smithi092 bash[100175]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-mon-smithi092 2024-03-11T13:29:44.635 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@mon.smithi092.service' 2024-03-11T13:29:44.683 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:29:44.683 INFO:tasks.cephadm.mon.smithi092:Stopped mon.smithi092 2024-03-11T13:29:44.683 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-11T13:29:44.683 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.0 2024-03-11T13:29:45.101 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:29:44 smithi090 systemd[1]: Stopping Ceph osd.0 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:29:45.101 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:29:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:29:44.957+0000 7f0dadf78700 -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-11T13:29:45.101 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:29:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:29:44.957+0000 7f0dadf78700 -1 osd.0 115 *** Got signal Terminated *** 2024-03-11T13:29:45.101 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:29:44 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0[100707]: 2024-03-11T13:29:44.957+0000 7f0dadf78700 -1 osd.0 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:29:51.102 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 11 13:29:50 smithi090 bash[152610]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-0 2024-03-11T13:29:52.568 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.0.service' 2024-03-11T13:29:52.608 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:29:52.608 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-11T13:29:52.608 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-11T13:29:52.609 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.1 2024-03-11T13:29:52.851 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:29:52 smithi090 systemd[1]: Stopping Ceph osd.1 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:29:53.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:29:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:29:52.907+0000 7f399ea79700 -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-11T13:29:53.351 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:29:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:29:52.907+0000 7f399ea79700 -1 osd.1 115 *** Got signal Terminated *** 2024-03-11T13:29:53.352 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:29:52 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1[104273]: 2024-03-11T13:29:52.907+0000 7f399ea79700 -1 osd.1 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:29:58.851 INFO:journalctl@ceph.osd.1.smithi090.stdout:Mar 11 13:29:58 smithi090 bash[152876]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-1 2024-03-11T13:30:00.400 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.1.service' 2024-03-11T13:30:00.442 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:00.442 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-11T13:30:00.442 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-11T13:30:00.442 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.2 2024-03-11T13:30:00.758 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:00 smithi090 systemd[1]: Stopping Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:01.101 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:30:00.755+0000 7f845499d700 -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-11T13:30:01.101 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:30:00.755+0000 7f845499d700 -1 osd.2 115 *** Got signal Terminated *** 2024-03-11T13:30:01.101 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:00 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2[107833]: 2024-03-11T13:30:00.755+0000 7f845499d700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:07.101 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:06 smithi090 bash[153145]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-2 2024-03-11T13:30:08.431 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.2.service' 2024-03-11T13:30:08.456 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:08 smithi090 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.2.service: Succeeded. 2024-03-11T13:30:08.456 INFO:journalctl@ceph.osd.2.smithi090.stdout:Mar 11 13:30:08 smithi090 systemd[1]: Stopped Ceph osd.2 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:30:08.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:08.472 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-11T13:30:08.472 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-11T13:30:08.472 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.3 2024-03-11T13:30:08.772 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:08 smithi090 systemd[1]: Stopping Ceph osd.3 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:09.101 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:30:08.769+0000 7f0a4ce27700 -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-11T13:30:09.101 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:30:08.769+0000 7f0a4ce27700 -1 osd.3 115 *** Got signal Terminated *** 2024-03-11T13:30:09.101 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:08 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:30:08.769+0000 7f0a4ce27700 -1 osd.3 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:11.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:10 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:10.773+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:11.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:11.328+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:12.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:11 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:11.800+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:12.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:12.312+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:12.686 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:12.206+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:12.851 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:12 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:30:12.531+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.401212+0000 front 2024-03-11T13:29:48.401345+0000 (oldest deadline 2024-03-11T13:30:11.901288+0000) 2024-03-11T13:30:13.185 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:13.075+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:13.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:12 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:12.826+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:13.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:13.298+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:13.686 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:13.212+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:13.851 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:13 smithi090 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3[111147]: 2024-03-11T13:30:13.507+0000 7f0a46417700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.401212+0000 front 2024-03-11T13:29:48.401345+0000 (oldest deadline 2024-03-11T13:30:11.901288+0000) 2024-03-11T13:30:14.089 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:13 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:13.802+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:14.435 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:14.277+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:14.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:14.185+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:14.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:14.088+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:14.851 INFO:journalctl@ceph.osd.3.smithi090.stdout:Mar 11 13:30:14 smithi090 bash[153444]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-3 2024-03-11T13:30:15.170 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:15.042+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:15.170 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:14 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:14.818+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:15.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:15.169+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:15.436 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:15.280+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:16.045 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:15 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:15.788+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:16.325 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:16.044+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:16.325 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:16.140+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:16.422 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.3.service' 2024-03-11T13:30:16.463 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:16.463 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-11T13:30:16.463 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-11T13:30:16.463 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.4 2024-03-11T13:30:16.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:16.324+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:16.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:16 smithi092 systemd[1]: Stopping Ceph osd.4 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:17.037 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:16.779+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:17.037 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:16.816+0000 7f59b97bc700 -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-11T13:30:17.037 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:16.816+0000 7f59b97bc700 -1 osd.4 115 *** Got signal Terminated *** 2024-03-11T13:30:17.037 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:16 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:16.816+0000 7f59b97bc700 -1 osd.4 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:17.341 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:17.035+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:17.341 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:17.177+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:17.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:17.339+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:18.135 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:17 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:17.813+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:18.135 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:18.008+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:18.437 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:18.316+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:18.438 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:18.132+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:19.151 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:18.811+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:19.151 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:18 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:18.811+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:19.151 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:19.033+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:19.151 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:19.033+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:19.435 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:19.305+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:19.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:19.148+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:20.122 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:19.810+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:20.123 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:19.810+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:20.123 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:19.984+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:20.123 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:19 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:19.984+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:20.435 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:20.354+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:20.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:20.120+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:21.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:21.086+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:21.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:21.016+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:21.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:21.016+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:21.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:20.842+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:21.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:20 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:20.842+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:21.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:21.359+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:45.787649+0000 front 2024-03-11T13:29:45.787673+0000 (oldest deadline 2024-03-11T13:30:11.087774+0000) 2024-03-11T13:30:21.686 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4[74003]: 2024-03-11T13:30:21.359+0000 7f59b35ad700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.089226+0000 front 2024-03-11T13:29:55.089238+0000 (oldest deadline 2024-03-11T13:30:20.989062+0000) 2024-03-11T13:30:22.133 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:21.999+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:22.133 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:21.999+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:22.134 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:21.874+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:22.134 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:21 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:21.874+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:22.420 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:22.130+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:22.420 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:22.130+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:22.685 INFO:journalctl@ceph.osd.4.smithi092.stdout:Mar 11 13:30:22 smithi092 bash[100360]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-4 2024-03-11T13:30:23.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:22.911+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:23.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:22.911+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:23.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:23.141+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:23.186 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:23.141+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:23.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:22.993+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:23.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:22 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:22.994+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:23.935 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:23.883+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:23.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:23 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:23.883+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:24.279 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:24.144+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:24.280 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:24.144+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:24.280 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:24.042+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:24.280 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:24.042+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:24.287 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.4.service' 2024-03-11T13:30:24.327 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:24.327 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-11T13:30:24.327 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-11T13:30:24.327 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.5 2024-03-11T13:30:24.645 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 systemd[1]: Stopping Ceph osd.5 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:24.935 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:24.879+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:24.935 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:24.879+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:24.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:24.642+0000 7f1366efd700 -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-11T13:30:24.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:24.642+0000 7f1366efd700 -1 osd.5 115 *** Got signal Terminated *** 2024-03-11T13:30:24.936 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:24 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:24.642+0000 7f1366efd700 -1 osd.5 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:25.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:25.169+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:25.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:25.169+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:25.437 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:25.016+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:25.437 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:25.016+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:26.185 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:25.981+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:26.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:25.981+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:26.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:25.908+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:26.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:25 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:25.908+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:26.685 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:26.190+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:26.686 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:26.190+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:27.167 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:26.986+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:27.167 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:26.986+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:27.167 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:26.891+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:27.167 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:26 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:26.891+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:27.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:27.164+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:27.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:27.164+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:27.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:27.164+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:01.770585+0000 front 2024-03-11T13:30:01.770648+0000 (oldest deadline 2024-03-11T13:30:27.070469+0000) 2024-03-11T13:30:28.147 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:27.964+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:28.147 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:27.964+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:28.147 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:27.865+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:28.148 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:27 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:27.865+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:28.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:28.145+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:28.145+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:28.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:28.145+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:01.770585+0000 front 2024-03-11T13:30:01.770648+0000 (oldest deadline 2024-03-11T13:30:27.070469+0000) 2024-03-11T13:30:29.159 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:28.865+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:29.159 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:28.865+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:29.159 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:28.961+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:29.160 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:28 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:28.961+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:29.435 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:29.157+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.368903+0000 front 2024-03-11T13:29:48.368740+0000 (oldest deadline 2024-03-11T13:30:11.268639+0000) 2024-03-11T13:30:29.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:29.157+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:55.969850+0000 front 2024-03-11T13:29:55.969821+0000 (oldest deadline 2024-03-11T13:30:21.269697+0000) 2024-03-11T13:30:29.436 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5[76722]: 2024-03-11T13:30:29.157+0000 7f13604ed700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:01.770585+0000 front 2024-03-11T13:30:01.770648+0000 (oldest deadline 2024-03-11T13:30:27.070469+0000) 2024-03-11T13:30:30.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:29.934+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:30.186 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:29.934+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:30.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:29.866+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:30.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:29.866+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:30.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:29 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:29.867+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:30.685 INFO:journalctl@ceph.osd.5.smithi092.stdout:Mar 11 13:30:30 smithi092 bash[100658]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-5 2024-03-11T13:30:31.118 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:30.841+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:31.118 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:30.841+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:31.119 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:30.841+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:31.119 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:30.978+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:31.119 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:30.978+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:31.119 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:30 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:30.978+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:31.893 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:31.798+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:31.894 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:31.798+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:31.894 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:31 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:31.798+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:32.180 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.020+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:32.180 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.020+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:32.180 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.020+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:32.188 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.5.service' 2024-03-11T13:30:32.230 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:32.230 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-11T13:30:32.231 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-11T13:30:32.231 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.6 2024-03-11T13:30:32.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 systemd[1]: Stopping Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:32.935 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.536+0000 7fb3c3ffe700 -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-11T13:30:32.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.536+0000 7fb3c3ffe700 -1 osd.6 115 *** Got signal Terminated *** 2024-03-11T13:30:32.936 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:32.536+0000 7fb3c3ffe700 -1 osd.6 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:32.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:32.771+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:32.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:32.771+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:32.936 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:32 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:32.771+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:33.435 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:33.007+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:33.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:33.007+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:33.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:33.007+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:34.035 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:33.746+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:34.036 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:33.746+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:34.036 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:33 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:33.746+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:34.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:34.033+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:34.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:34.033+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:34.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:34.033+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:35.084 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:34.739+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:35.084 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:34.739+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:35.084 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:34 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:34.739+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:35.439 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:35.082+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:35.439 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:35.082+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:35.439 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:35.082+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:36.108 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:35.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:36.109 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:35.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:36.109 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:35.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:36.109 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:35 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:35.762+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:36.435 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:36.107+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:36.435 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:36.107+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:36.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:36.107+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:37.068 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:36.738+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:37.068 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:36.738+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:37.068 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:36.738+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:37.068 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:36 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:36.738+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:37.435 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:37.066+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:48.574285+0000 front 2024-03-11T13:29:48.574218+0000 (oldest deadline 2024-03-11T13:30:12.674145+0000) 2024-03-11T13:30:37.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:37.066+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:54.375156+0000 front 2024-03-11T13:29:54.375171+0000 (oldest deadline 2024-03-11T13:30:18.475111+0000) 2024-03-11T13:30:37.436 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6[79453]: 2024-03-11T13:30:37.066+0000 7fb3bddef700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.376006+0000 front 2024-03-11T13:30:04.376105+0000 (oldest deadline 2024-03-11T13:30:30.176415+0000) 2024-03-11T13:30:38.173 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:37.711+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:38.173 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:37.711+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:38.173 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:37.711+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:38.173 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:37 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:37.711+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:38.435 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:38 smithi092 bash[100933]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-6 2024-03-11T13:30:38.970 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:38.702+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:38.971 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:38.702+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:38.971 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:38.702+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:38.971 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:38 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:38.702+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:39.897 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.6.service' 2024-03-11T13:30:39.925 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:39 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.6.service: Succeeded. 2024-03-11T13:30:39.926 INFO:journalctl@ceph.osd.6.smithi092.stdout:Mar 11 13:30:39 smithi092 systemd[1]: Stopped Ceph osd.6 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:30:39.926 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:39.716+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:39.926 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:39.716+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:39.926 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:39.716+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:39.926 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:39 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:39.716+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:39.943 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:39.943 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-11T13:30:39.943 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-11T13:30:39.943 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.7 2024-03-11T13:30:40.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 systemd[1]: Stopping Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715... 2024-03-11T13:30:40.686 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.236+0000 7f88b9875700 -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-11T13:30:40.686 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.236+0000 7f88b9875700 -1 osd.7 115 *** Got signal Terminated *** 2024-03-11T13:30:40.686 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.236+0000 7f88b9875700 -1 osd.7 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T13:30:41.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:41.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:41.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:41.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:40 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:40.761+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:42.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:41.747+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:42.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:41.747+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:42.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:41.747+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:42.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:41 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:41.747+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:43.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:42.721+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:43.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:42.721+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:43.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:42.721+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:43.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:42 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:42.721+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:44.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:43.743+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:44.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:43.743+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:44.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:43.743+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:44.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:43 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:43.743+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:45.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:44.701+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6806 osd.0 since back 2024-03-11T13:29:49.273654+0000 front 2024-03-11T13:29:49.273673+0000 (oldest deadline 2024-03-11T13:30:10.373548+0000) 2024-03-11T13:30:45.185 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:44.701+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6814 osd.1 since back 2024-03-11T13:29:53.274593+0000 front 2024-03-11T13:29:53.274578+0000 (oldest deadline 2024-03-11T13:30:18.574648+0000) 2024-03-11T13:30:45.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:44.701+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6822 osd.2 since back 2024-03-11T13:30:04.876467+0000 front 2024-03-11T13:30:04.876515+0000 (oldest deadline 2024-03-11T13:30:28.976292+0000) 2024-03-11T13:30:45.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:44 smithi092 ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7[82138]: 2024-03-11T13:30:44.701+0000 7f88b4668700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.90:6830 osd.3 since back 2024-03-11T13:30:08.976811+0000 front 2024-03-11T13:30:08.976874+0000 (oldest deadline 2024-03-11T13:30:34.876659+0000) 2024-03-11T13:30:46.186 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:45 smithi092 bash[101200]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715-osd-7 2024-03-11T13:30:47.856 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.7.service' 2024-03-11T13:30:47.885 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:47 smithi092 systemd[1]: ceph-b1792570-dfa6-11ee-95c7-87774f69a715@osd.7.service: Succeeded. 2024-03-11T13:30:47.885 INFO:journalctl@ceph.osd.7.smithi092.stdout:Mar 11 13:30:47 smithi092 systemd[1]: Stopped Ceph osd.7 for b1792570-dfa6-11ee-95c7-87774f69a715. 2024-03-11T13:30:47.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T13:30:47.899 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-11T13:30:47.900 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1792570-dfa6-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-11T13:33:41.112 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1792570-dfa6-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-11T13:34:00.464 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T13:34:00.502 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T13:34:00.532 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-11T13:34:00.534 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi090/crash 2024-03-11T13:34:00.534 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash -- . 2024-03-11T13:34:00.590 INFO:teuthology.orchestra.run.smithi090.stderr:tar: /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T13:34:00.590 INFO:teuthology.orchestra.run.smithi090.stderr:tar: Error is not recoverable: exiting now 2024-03-11T13:34:00.592 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi092/crash 2024-03-11T13:34:00.593 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash -- . 2024-03-11T13:34:00.632 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T13:34:00.632 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2024-03-11T13:34:00.633 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-11T13:34:00.633 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-11T13:34:00.662 INFO:teuthology.orchestra.run.smithi090.stderr:grep: /var/log/ceph/b1792570-dfa6-11ee-95c7-87774f69a715/ceph.log: No such file or directory 2024-03-11T13:34:00.664 INFO:tasks.cephadm:Compressing logs... 2024-03-11T13:34:00.664 DEBUG:teuthology.orchestra.run.smithi090:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T13:34:00.706 DEBUG:teuthology.orchestra.run.smithi092:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T13:34:00.732 INFO:teuthology.orchestra.run.smithi090.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T13:34:00.733 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T13:34:34.125 INFO:tasks.cephadm:Archiving logs... 2024-03-11T13:34:34.125 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi090/log 2024-03-11T13:34:34.127 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T13:34:37.880 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi092/log 2024-03-11T13:34:37.881 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T13:34:42.071 INFO:tasks.cephadm:Removing cluster... 2024-03-11T13:34:42.071 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1792570-dfa6-11ee-95c7-87774f69a715 --force 2024-03-11T13:34:42.417 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1792570-dfa6-11ee-95c7-87774f69a715 --force 2024-03-11T13:34:42.762 INFO:tasks.cephadm:Removing cephadm ... 2024-03-11T13:34:42.762 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T13:34:42.781 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T13:34:42.798 INFO:tasks.cephadm:Teardown complete 2024-03-11T13:34:42.799 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-11T13:34:42.810 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-11T13:34:42.810 DEBUG:teuthology.orchestra.run.smithi090:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T13:34:42.823 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T13:34:42.837 INFO:teuthology.orchestra.run.smithi090.stderr:bash: ntpq: command not found 2024-03-11T13:34:42.842 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T13:34:42.842 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-03-11T13:34:42.842 INFO:teuthology.orchestra.run.smithi090.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +2293us[+2318us] +/- 138ms 2024-03-11T13:34:42.842 INFO:teuthology.orchestra.run.smithi090.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -1622us[-1597us] +/- 54ms 2024-03-11T13:34:42.842 INFO:teuthology.orchestra.run.smithi090.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 +1309us[+1334us] +/- 89ms 2024-03-11T13:34:42.843 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T13:34:42.854 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +2264us[+2281us] +/- 138ms 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -1659us[-1642us] +/- 54ms 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +1291us[+1308us] +/- 89ms 2024-03-11T13:34:42.858 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T13:34:42.859 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-11T13:34:42.869 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-11T13:34:42.870 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-11T13:34:42.878 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T13:34:42.953 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T13:34:43.019 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T13:34:43.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T13:34:43.049 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T13:34:43.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T13:34:43.079 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-11T13:34:43.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-11T13:34:43.098 INFO:teuthology.task.internal:Duration was 2707.393236 seconds 2024-03-11T13:34:43.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-11T13:34:43.108 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-11T13:34:43.109 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T13:34:43.111 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T13:34:43.154 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T13:34:43.165 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T13:34:43.447 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-11T13:34:43.447 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi090.front.sepia.ceph.com 2024-03-11T13:34:43.448 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T13:34:43.470 INFO:teuthology.orchestra.run.smithi090.stdout:2024-03-11T13:25:48.120211+00:00 smithi090 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-03-11T13:34:43.470 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi090.front.sepia.ceph.com: 2024-03-11T13:25:48.120211+00:00 smithi090 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-03-11T13:34:43.470 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2024-03-11T13:34:43.470 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T13:34:43.492 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-11T13:34:43.493 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T13:34:43.512 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T13:34:43.594 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-11T13:34:43.595 DEBUG:teuthology.orchestra.run.smithi090:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T13:34:43.597 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T13:34:43.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-11T13:34:43.814 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-11T13:34:43.814 DEBUG:teuthology.orchestra.run.smithi090:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T13:34:43.840 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T13:34:43.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-11T13:34:43.878 DEBUG:teuthology.orchestra.run.smithi090:> 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-11T13:34:43.883 DEBUG:teuthology.orchestra.run.smithi092:> 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-11T13:34:43.907 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = core 2024-03-11T13:34:43.934 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2024-03-11T13:34:43.960 DEBUG:teuthology.orchestra.run.smithi090:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T13:34:43.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T13:34:43.983 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T13:34:44.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T13:34:44.018 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-11T13:34:44.029 INFO:teuthology.task.internal:Transferring archived files... 2024-03-11T13:34:44.030 DEBUG:teuthology.misc:Transferring archived files from smithi090:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi090 2024-03-11T13:34:44.030 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T13:34:44.076 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907/remote/smithi092 2024-03-11T13:34:44.077 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T13:34:44.119 INFO:teuthology.task.internal:Removing archive directory... 2024-03-11T13:34:44.119 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T13:34:44.122 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T13:34:44.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-11T13:34:44.181 INFO:teuthology.task.internal:Not uploading archives. 2024-03-11T13:34:44.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-11T13:34:44.192 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-11T13:34:44.193 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T13:34:44.195 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T13:34:44.210 INFO:teuthology.orchestra.run.smithi090.stdout: 526066 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 13:34 /home/ubuntu/cephtest 2024-03-11T13:34:44.226 INFO:teuthology.orchestra.run.smithi092.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 13:34 /home/ubuntu/cephtest 2024-03-11T13:34:44.227 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-11T13:34:44.238 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-11T13:34:44.261 INFO:teuthology.nuke:Checking targets against current locks 2024-03-11T13:34:44.287 DEBUG:teuthology.nuke:shortname: smithi090 2024-03-11T13:34:44.287 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T13:34:44.309 DEBUG:teuthology.nuke:shortname: smithi092 2024-03-11T13:34:44.310 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T13:34:44.313 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907', '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 12:40:02.597567', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBELvZNJvgUW+4vWBD5SK697POp+aNYmTsHYPor+FqqdUBd3P0+wyT8k6vbXUQ0mq4Vh/rD7yr3ULlpu4mbqWlBc='} 2024-03-11T13:34:44.330 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590907', '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 12:40:02.599119', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP3T6AUhLT911XR8B43c+dG2aozo1SJk49vwY0BjKwJdCrLpXYTNMJ87H/bMIDU4/EzaKLTlLIRe3ww5cWGzl4k='} 2024-03-11T13:34:44.362 INFO:teuthology.orchestra.console.smithi090:Power off 2024-03-11T13:34:44.362 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T13:34:44.385 DEBUG:teuthology.orchestra.console.smithi090:power off output: Chassis Power Control: Down/Off 2024-03-11T13:34:44.385 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:44.402 INFO:teuthology.orchestra.console.smithi092:Power off 2024-03-11T13:34:44.402 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T13:34:44.412 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-03-11T13:34:44.424 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2024-03-11T13:34:44.425 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:44.464 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-11T13:34:48.413 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:48.465 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:48.528 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-03-11T13:34:48.576 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-11T13:34:52.533 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:52.577 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:52.649 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-03-11T13:34:52.690 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2024-03-11T13:34:52.790 INFO:teuthology.orchestra.console.smithi092:Power off completed 2024-03-11T13:34:56.650 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T13:34:56.760 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is off 2024-03-11T13:34:56.860 INFO:teuthology.orchestra.console.smithi090:Power off completed 2024-03-11T13:34:56.964 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: 2707.3932361602783 failure_reason: '''2024-03-11T13:25:48.120211+00:00 smithi090 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_adking@teuthology status: fail success: false 2024-03-11T13:34:56.965 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T13:34:57.043 INFO:teuthology.run:FAIL